From 4cfa27e2c0534a92193629185236667b051e85f0 Mon Sep 17 00:00:00 2001 From: alc Date: Sun, 11 Sep 2005 20:51:15 +0000 Subject: Eliminate unused definitions. --- sys/alpha/include/param.h | 7 ------- sys/alpha/include/vmparam.h | 2 +- 2 files changed, 1 insertion(+), 8 deletions(-) (limited to 'sys/alpha') diff --git a/sys/alpha/include/param.h b/sys/alpha/include/param.h index 13e8b8f..ae35a4d 100644 --- a/sys/alpha/include/param.h +++ b/sys/alpha/include/param.h @@ -106,13 +106,6 @@ #define KERNBASE 0xfffffc0000300000LL /* start of kernel virtual */ #define BTOPKERNBASE ((u_long)KERNBASE >> PGSHIFT) -#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 2 /* pages of kstack (with pcb) */ #endif diff --git a/sys/alpha/include/vmparam.h b/sys/alpha/include/vmparam.h index 57a116b..cc35d27 100644 --- a/sys/alpha/include/vmparam.h +++ b/sys/alpha/include/vmparam.h @@ -118,7 +118,7 @@ * by the page replacement algorithm. Basically this says that if you are * swapped in you deserve some resources. We protect the last SAFERSS * pages against paging and will just swap you out rather than paging you. - * Note that each process has at least UPAGES+CLSIZE pages which are not + * Note that each process has at least UPAGES pages which are not * paged anyways, in addition to SAFERSS. */ #define SAFERSS 10 /* nominal ``small'' resident set size -- cgit v1.1