summaryrefslogtreecommitdiffstats
path: root/sys/alpha
diff options
context:
space:
mode:
authoralc <alc@FreeBSD.org>2005-09-11 20:51:15 +0000
committeralc <alc@FreeBSD.org>2005-09-11 20:51:15 +0000
commit4cfa27e2c0534a92193629185236667b051e85f0 (patch)
tree9cbc6e704a1ae0190ab60dc2ed0888d7e42838f3 /sys/alpha
parent5b4694d0bd0feed105ad26c7517556e1681dbae9 (diff)
downloadFreeBSD-src-4cfa27e2c0534a92193629185236667b051e85f0.zip
FreeBSD-src-4cfa27e2c0534a92193629185236667b051e85f0.tar.gz
Eliminate unused definitions.
Diffstat (limited to 'sys/alpha')
-rw-r--r--sys/alpha/include/param.h7
-rw-r--r--sys/alpha/include/vmparam.h2
2 files changed, 1 insertions, 8 deletions
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
OpenPOWER on IntegriCloud