summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlmuHS <almuhs@github.com>2019-05-01 21:27:52 +0200
committerAlmuHS <almuhs@github.com>2019-05-01 21:27:52 +0200
commit070494fa85efaa606490ff30a6aa4201c592b5b9 (patch)
tree3ca5e8e12b23f0d0c52285cfd0ce25ce9b4e14b8
parent42665a248b3d8139660ac6ed4243bbb0452641ac (diff)
format: removed commented line
-rw-r--r--i386/i386/vm_param.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/i386/i386/vm_param.h b/i386/i386/vm_param.h
index 1d65b85a..ea66232e 100644
--- a/i386/i386/vm_param.h
+++ b/i386/i386/vm_param.h
@@ -75,7 +75,6 @@
#else /* MACH_PV_PAGETABLES */
#define KERNEL_STACK_SIZE (1*I386_PGBYTES)
#define INTSTACK_SIZE (1*I386_PGBYTES)
-//#define STACK_SIZE (4096 * 2)
#define STACK_SIZE (2*I386_PGBYTES)
#endif /* MACH_PV_PAGETABLES */