From: Jaswinder Singh Date: Mon, 21 Jul 2008 16:06:40 +0000 (+0530) Subject: x86: process_32.c declare cpu_number before they get used X-Git-Tag: v2.6.28-rc1~734^2~2^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb26132b441e75d6ba9996efc29b42081aee0abd;p=pandora-kernel.git x86: process_32.c declare cpu_number before they get used Moved DECLARE_PER_CPU(int, cpu_number) from CONFIG_X86_32_SMP to CONFIG_X86_32 because cpu_number is required for both. And include asm/smp.h in process_32.c Signed-off-by: Jaswinder Singh --- Reading git-diff-tree failed