aboutsummaryrefslogtreecommitdiff
path: root/sys/ia64
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/ia64
parent519d7f81e44fe973a554bb8558f4d0d7be1a4c17 (diff)
downloadsrc-ac31d065a6396fe79a5dd019a4f70692dfb9931e.tar.gz
src-ac31d065a6396fe79a5dd019a4f70692dfb9931e.zip
Eliminate unused definitions.
Notes
Notes: svn path=/head/; revision=150008
Diffstat (limited to 'sys/ia64')
-rw-r--r--sys/ia64/include/param.h7
-rw-r--r--sys/ia64/include/vmparam.h2
2 files changed, 1 insertions, 8 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
diff --git a/sys/ia64/include/vmparam.h b/sys/ia64/include/vmparam.h
index 65fbe99eee17..de15b2cbba49 100644
--- a/sys/ia64/include/vmparam.h
+++ b/sys/ia64/include/vmparam.h
@@ -109,7 +109,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