diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2023-07-05 08:15:35 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2023-07-05 08:15:35 +0000 |
commit | 11691db7dfb0a26dd26519968405c92df81bd01b (patch) | |
tree | 2339883721acbb0acf6edeab915f96bd3b03953f /sys/arch/armv7 | |
parent | 2b7c65298e9d3d6a182f3cb0ba12308c569956f0 (diff) |
remove unused armv7 max_processes global
ok miod@
Diffstat (limited to 'sys/arch/armv7')
-rw-r--r-- | sys/arch/armv7/armv7/armv7_machdep.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/arch/armv7/armv7/armv7_machdep.c b/sys/arch/armv7/armv7/armv7_machdep.c index 83c04d91708..1eaa00deeeb 100644 --- a/sys/arch/armv7/armv7/armv7_machdep.c +++ b/sys/arch/armv7/armv7/armv7_machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: armv7_machdep.c,v 1.65 2022/10/03 19:32:22 kettenis Exp $ */ +/* $OpenBSD: armv7_machdep.c,v 1.66 2023/07/05 08:15:34 jsg Exp $ */ /* $NetBSD: lubbock_machdep.c,v 1.2 2003/07/15 00:25:06 lukem Exp $ */ /* @@ -154,11 +154,6 @@ u_int cpu_reset_address = 0; vaddr_t physical_freestart; int physmem; -/*int debug_flags;*/ -#ifndef PMAP_STATIC_L1S -int max_processes = 64; /* Default number */ -#endif /* !PMAP_STATIC_L1S */ - /* Physical and virtual addresses for some global pages */ pv_addr_t systempage; pv_addr_t irqstack; |