aboutsummaryrefslogtreecommitdiff
path: root/sys/ia64/include/param.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/ia64/include/param.h')
-rw-r--r--sys/ia64/include/param.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/sys/ia64/include/param.h b/sys/ia64/include/param.h
index 9c849d09c08f..d55b0caf3642 100644
--- a/sys/ia64/include/param.h
+++ b/sys/ia64/include/param.h
@@ -111,13 +111,6 @@
#define PAGE_MASK (PAGE_SIZE-1)
#define NPTEPG (PAGE_SIZE/(sizeof (pt_entry_t)))
-#define CLSIZE 1
-#define CLSIZELOG2 0
-
-/* NOTE: SSIZE, SINCR and UPAGES must be multiples of CLSIZE */
-#define SSIZE 1 /* initial stack size/NBPG */
-#define SINCR 1 /* increment of stack/NBPG */
-
#ifndef KSTACK_PAGES
#define KSTACK_PAGES 4 /* pages of kernel stack */
#endif