x86, apic: Slim down stack usage in early_init_lapic_mapping()
authorCyrill Gorcunov <gorcunov@openvz.org>
Wed, 26 Aug 2009 17:13:24 +0000 (21:13 +0400)
committerIngo Molnar <mingo@elte.hu>
Wed, 26 Aug 2009 18:26:23 +0000 (20:26 +0200)
As far as I see there is no external poking of mp_lapic_addr in
this procedure which could lead to unpredited changes and
require local storage unit for it. Lets use it plain forward.

Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org>
Cc: Yinghai Lu <yinghai@kernel.org>
LKML-Reference: <20090826171324.GC4548@lenovo>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/apic/apic.c

Simple merge