]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commitb0797ce6e97881862299b51b5ad902337b23435e
treeeb8559de8a421a0bad838a1714d529157013cea6
parent93be870988ccf6dcdd81f995d5a3018a0b857d16
[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