From: Cyrill Gorcunov Date: Wed, 26 Aug 2009 17:13:24 +0000 (+0400) Subject: x86, apic: Slim down stack usage in early_init_lapic_mapping() X-Git-Tag: v2.6.32-rc1~715^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d3a247bfb2c26f5b67367d58af7ad8c2efbbc6c1;p=pandora-kernel.git 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 Cc: Yinghai Lu LKML-Reference: <20090826171324.GC4548@lenovo> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed