[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#497807: [PATCH] fails to boot with 16 cores



Package: linux-image-2.6.26-1-686-bigmem
Version: 2.6.26-4
Severity: important

Hi,

Freezes when initializing the 9th core while booting.

Since CONFIG_NR_CPUS is set to 32 it would be reasonable to set
CONFIG_X86_BIGSMP=y
to make that image work on systems with more than 8 cores .

Tested on Dell PowerEdge R900 4x Quad Core.

Cheers,
Balint
--- debian/config/i386/config.686-bigmem.orig	2008-09-03 19:28:19.000000000 +0200
+++ debian/config/i386/config.686-bigmem	2008-09-03 19:26:59.000000000 +0200
@@ -2,6 +2,7 @@
 ## file: arch/x86/Kconfig
 ##
 CONFIG_SMP=y
+CONFIG_X86_BIGSMP=y
 CONFIG_NR_CPUS=32
 CONFIG_X86_MCE=y
 CONFIG_X86_MCE_NONFATAL=m

Reply to: