From: Tony Breeds Date: Thu, 24 Apr 2008 03:43:49 +0000 (+1000) Subject: [POWERPC] Raise the upper limit of NR_CPUS and move the pacas into the BSS X-Git-Tag: v2.6.26-rc1~1055^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=90035fe378c7459ba19c43c63d5f878284224ce4;p=pandora-kernel.git [POWERPC] Raise the upper limit of NR_CPUS and move the pacas into the BSS This adds the required functionality to fill in all pacas at runtime. With NR_CPUS=1024 text data bss dec hex filename 137 1704032 0 1704169 1a00e9 arch/powerpc/kernel/paca.o :Before 121 1179744 524288 1704153 1a00d9 arch/powerpc/kernel/paca.o :After Also remove unneeded #includes from arch/powerpc/kernel/paca.c Signed-off-by: Tony Breeds Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed