diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2001-12-05 16:25:45 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2001-12-05 16:25:45 +0000 |
commit | 555e6bdfeb81f3322268f4f85236d1d4b565775b (patch) | |
tree | 9b5a09bdaf0b0a02233f6ef063633c1358a576ef /sys/arch/hp300 | |
parent | b13ed4289048c41624c077f9f8aea7da002aa0cf (diff) |
VM_KMEM_SIZE no longer needed.
Diffstat (limited to 'sys/arch/hp300')
-rw-r--r-- | sys/arch/hp300/include/vmparam.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/hp300/include/vmparam.h b/sys/arch/hp300/include/vmparam.h index 86432b84e0d..4c948a19242 100644 --- a/sys/arch/hp300/include/vmparam.h +++ b/sys/arch/hp300/include/vmparam.h @@ -1,4 +1,4 @@ -/* $OpenBSD: vmparam.h,v 1.10 2001/11/30 17:37:43 art Exp $ */ +/* $OpenBSD: vmparam.h,v 1.11 2001/12/05 16:25:44 art Exp $ */ /* $NetBSD: vmparam.h,v 1.16 1998/08/20 08:33:48 kleink Exp $ */ /* @@ -137,7 +137,6 @@ /* virtual sizes (bytes) for various kernel submaps */ #define VM_MBUF_SIZE (NMBCLUSTERS*MCLBYTES) -#define VM_KMEM_SIZE (NKMEMCLUSTERS*PAGE_SIZE) #define VM_PHYS_SIZE (USRIOSIZE*PAGE_SIZE) /* # of kernel PT pages (initial only, can grow dynamically) */ |