commit | d3a247bfb2c26f5b67367d58af7ad8c2efbbc6c1 | [log] [tgz] |
---|---|---|
author | Cyrill Gorcunov <gorcunov@openvz.org> | Wed Aug 26 21:13:24 2009 +0400 |
committer | Ingo Molnar <mingo@elte.hu> | Wed Aug 26 20:26:23 2009 +0200 |
tree | a96567e0934844870718f638616abccb4ac52785 | |
parent | ffc438366c2660a6a811b94ba33229bf217f8254 [diff] |
x86, apic: Slim down stack usage in early_init_lapic_mapping() 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>