summaryrefslogtreecommitdiffstats
path: root/sys/powerpc
diff options
context:
space:
mode:
authoralc <alc@FreeBSD.org>2006-08-25 23:51:11 +0000
committeralc <alc@FreeBSD.org>2006-08-25 23:51:11 +0000
commit72ff1a9186c4943e7e00519c2d1929f1f163c877 (patch)
tree783bf162d21e08addb60fe53a7970e940a4dccf6 /sys/powerpc
parent67e26765217b0653374046a888c93bbb466f38f7 (diff)
downloadFreeBSD-src-72ff1a9186c4943e7e00519c2d1929f1f163c877.zip
FreeBSD-src-72ff1a9186c4943e7e00519c2d1929f1f163c877.tar.gz
Eliminate unused definitions. (They came from NetBSD.)
Discussed with: cognet, grehan, marcel
Diffstat (limited to 'sys/powerpc')
-rw-r--r--sys/powerpc/include/vmparam.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/sys/powerpc/include/vmparam.h b/sys/powerpc/include/vmparam.h
index 6bcea66..f3625f0 100644
--- a/sys/powerpc/include/vmparam.h
+++ b/sys/powerpc/include/vmparam.h
@@ -66,11 +66,6 @@
#endif
/*
- * Size of User Raw I/O map
- */
-#define USRIOSIZE 1024
-
-/*
* The time for a process to be blocked before being very swappable.
* This is a number of seconds which the system takes as being a non-trivial
* amount of real time. You probably shouldn't change this;
@@ -103,8 +98,6 @@
#define VM_MAX_KERNEL_BUF (SEGMENT_LENGTH * 7 / 10)
#endif
-#define VM_PHYS_SIZE (USRIOSIZE * NBPG)
-
struct pmap_physseg {
struct pv_entry *pvent;
char *attrs;
OpenPOWER on IntegriCloud