From: jsg Date: Wed, 5 Jul 2023 08:15:34 +0000 (+0000) Subject: remove unused armv7 max_processes global X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=46e85305e4e0fb4ef84509199da4f6d86d12c0e9;p=openbsd remove unused armv7 max_processes global ok miod@ --- 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;