aboutsummaryrefslogtreecommitdiff
path: root/sys/alpha
diff options
context:
space:
mode:
authorAlan Cox <alc@FreeBSD.org>2005-09-11 20:51:15 +0000
committerAlan Cox <alc@FreeBSD.org>2005-09-11 20:51:15 +0000
commitac31d065a6396fe79a5dd019a4f70692dfb9931e (patch)
tree9cbc6e704a1ae0190ab60dc2ed0888d7e42838f3 /sys/alpha
parent519d7f81e44fe973a554bb8558f4d0d7be1a4c17 (diff)
Notes
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 13e8b8f5044d..ae35a4dc321d 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 57a116bdd8e5..cc35d27384f1 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