From: Jaswinder Singh Date: Fri, 19 Dec 2008 17:03:52 +0000 (+0530) Subject: x86: common.c boot_cpu_stack and boot_exception_stacks should be static X-Git-Tag: v2.6.29-rc1~536^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=34945ede31071ac7d72270cc6c1893323f392b3f;p=pandora-kernel.git x86: common.c boot_cpu_stack and boot_exception_stacks should be static Impact: cleanup, avoid sparse warnings, reduce kernel size a bit Fixes these sparse warnings: arch/x86/kernel/cpu/common.c:869:6: warning: symbol 'boot_cpu_stack' was not declared. Should it be static? arch/x86/kernel/cpu/common.c:910:6: warning: symbol 'boot_exception_stacks' was not declared. Should it be static? Signed-off-by: Jaswinder Singh Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed