From 5b74deeea0da4626c74d81c4801c5020aac9c897 Mon Sep 17 00:00:00 2001 From: msmith Date: Fri, 18 Aug 2000 20:09:15 +0000 Subject: Increase the default NAPIC from 1 to 2 as a bandaid until we allocate these dynamically (ie. typically you shouldn't have to set NAPIC at all) --- sys/i386/include/smp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/i386') diff --git a/sys/i386/include/smp.h b/sys/i386/include/smp.h index cb642ffd..69b716b 100644 --- a/sys/i386/include/smp.h +++ b/sys/i386/include/smp.h @@ -26,7 +26,7 @@ /* Number of IO APICs. */ #if defined(APIC_IO) && !defined(NAPIC) -# define NAPIC 1 +# define NAPIC 2 #endif /* SMP && NAPIC */ -- cgit v1.1