From: Adrian Bunk Date: Sat, 25 Jun 2005 21:59:12 +0000 (-0700) Subject: [PATCH] i386: cleanup boot_cpu_logical_apicid variables X-Git-Tag: v2.6.13-rc1~68^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e84d1c36a505765c12e90289c9dbd575332840b;p=pandora-kernel.git [PATCH] i386: cleanup boot_cpu_logical_apicid variables There are currently two different boot_cpu_logical_apicid variables: - a global one in mpparse.c - a static one in smpboot.c Of these two, only the one in smpboot.c might be used (through boot_cpu_apicid). This patch therefore removes the one in mpparse.c . Signed-off-by: Adrian Bunk Signed-off-by: Andrey Panin Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed