diff options
| author | rin <rin@NetBSD.org> | 2017-02-02 21:50:22 +0000 |
|---|---|---|
| committer | rin <rin@NetBSD.org> | 2017-02-02 21:50:22 +0000 |
| commit | 96fb7bf69676bcd682b668a72744962524c99bcd (patch) | |
| tree | b49072fe7b26e4738f5b0edb2ed98908b37aedd3 /sys/arch/atari/include | |
| parent | 1c184905c047a173c5d5e771ed11b4f139170a1e (diff) | |
PR port-mac68k/51923
Remove unused SYSPTSIZE and USRPTSIZE from m68k ports.
Ok jklos
Diffstat (limited to 'sys/arch/atari/include')
| -rw-r--r-- | sys/arch/atari/include/vmparam.h | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/sys/arch/atari/include/vmparam.h b/sys/arch/atari/include/vmparam.h index 84ae6ea5fe6..325b879f036 100644 --- a/sys/arch/atari/include/vmparam.h +++ b/sys/arch/atari/include/vmparam.h @@ -1,4 +1,4 @@ -/* $NetBSD: vmparam.h,v 1.29 2014/07/26 13:24:34 tsutsui Exp $ */ +/* $NetBSD: vmparam.h,v 1.30 2017/02/02 21:50:22 rin Exp $ */ /* * Copyright (c) 1988 University of Utah. @@ -81,13 +81,6 @@ #endif /* - * Sizes of the system and user portions of the system page table. - */ -/* SYSPTSIZE IS SILLY; IT SHOULD BE COMPUTED AT BOOT TIME */ -#define SYSPTSIZE (2 * NPTEPG) /* 16mb */ -#define USRPTSIZE (1 * NPTEPG) /* 16mb */ - -/* * PTEs for mapping user space into the kernel for phyio operations. * One page is enough to handle 16Mb of simultaneous raw IO operations. */ @@ -133,5 +126,5 @@ struct pmap_physseg { /* * number of kernel PT pages (initial only, can grow dynamically) */ -#define VM_KERNEL_PT_PAGES ((vsize_t)4) /* XXX: SYSPTSIZE */ +#define VM_KERNEL_PT_PAGES ((vsize_t)4) #endif /* !_MACHINE_VMPARAM_H_ */ |
