From c0fabbfb902b06da5d1684caa9f3ca1bce1c068b Mon Sep 17 00:00:00 2001 From: Marcel Moolenaar Date: Sun, 8 Dec 2002 20:14:04 +0000 Subject: Disable SMP. It reduces the chance that the kernel boots. On top of that, there's some nasty process corruption when running with SMP. Note that this was already in effect for the 5.0-RC1 kernels in the form of a local patch. Approved by: re (blanket) --- sys/ia64/conf/GENERIC | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys') diff --git a/sys/ia64/conf/GENERIC b/sys/ia64/conf/GENERIC index 562224b3cbf6e..6a4e68f34a7d6 100644 --- a/sys/ia64/conf/GENERIC +++ b/sys/ia64/conf/GENERIC @@ -54,7 +54,7 @@ options SYSVSEM #SYSV-style semaphores options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions # SMP -options SMP +#options SMP # Debugging for use in -current options DDB #Enable the kernel debugger -- cgit v1.3