remove unused armv7 max_processes global
authorjsg <jsg@openbsd.org>
Wed, 5 Jul 2023 08:15:34 +0000 (08:15 +0000)
committerjsg <jsg@openbsd.org>
Wed, 5 Jul 2023 08:15:34 +0000 (08:15 +0000)
ok miod@

sys/arch/armv7/armv7/armv7_machdep.c

index 83c04d9..1eaa00d 100644 (file)
@@ -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;