diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2001-08-12 20:06:12 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2001-08-12 20:06:12 +0000 |
commit | b105570032103251534b4342d4176379bfdb25fa (patch) | |
tree | 005ab75144107b6b05aeb728a80431456f2efd6c /sys/arch/amiga | |
parent | 379fd61aa8ad21239f99eb638ea271adb543009d (diff) |
KUSER_AREA, BTOPUSRSTACK, P1PAGES are never used, so get rid of them.
Diffstat (limited to 'sys/arch/amiga')
-rw-r--r-- | sys/arch/amiga/include/vmparam.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/amiga/include/vmparam.h b/sys/arch/amiga/include/vmparam.h index 9f8e73a5719..cc48b2dc76f 100644 --- a/sys/arch/amiga/include/vmparam.h +++ b/sys/arch/amiga/include/vmparam.h @@ -1,4 +1,4 @@ -/* $OpenBSD: vmparam.h,v 1.12 2001/06/27 06:19:44 art Exp $ */ +/* $OpenBSD: vmparam.h,v 1.13 2001/08/12 20:06:03 miod Exp $ */ /* $NetBSD: vmparam.h,v 1.16 1997/07/12 16:18:36 perry Exp $ */ /* @@ -48,7 +48,7 @@ #include <machine/pte.h> /* - * Machine dependent constants for HP300 + * Machine dependent constants for amiga */ /* * USRTEXT is the start of the user text/data space, while USRSTACK @@ -64,7 +64,7 @@ #define USRTEXT (vm_offset_t)0x2000 #define USRSTACK (vm_offset_t)0x0E000000 #define LOWPAGES btoc(USRTEXT) -#define KUSER_AREA (-UPAGES*NBPG) + /* * Virtual memory related constants, all in bytes */ |