[PATCH] i386: cleanup boot_cpu_logical_apicid variables
authorAdrian Bunk <bunk@stusta.de>
Sat, 25 Jun 2005 21:59:12 +0000 (14:59 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sat, 25 Jun 2005 23:25:05 +0000 (16:25 -0700)
commit9e84d1c36a505765c12e90289c9dbd575332840b
treeeb8559de8a421a0bad838a1714d529157013cea6
parentb6260cd354ec2b3ec026d6c899dc01e442b5e6cc
[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 <bunk@stusta.de>
Signed-off-by: Andrey Panin <pazke@donpac.ru>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/i386/kernel/mpparse.c
arch/i386/mach-visws/mpparse.c