From: Rene Herman Date: Mon, 11 Aug 2008 15:45:53 +0000 (+0200) Subject: x86: make "apic" an early_param() on 32-bit X-Git-Tag: v2.6.27-rc3~51^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb6bef8002d54a9c3062abc281893ec7c896d3ce;p=pandora-kernel.git x86: make "apic" an early_param() on 32-bit On 32-bit, "apic" is a __setup() param meaning it is parsed rather late in the game. Make it an early_param() for apic_printk() use by arch/x86/kernel/mpparse.c. On 64-bit, it already is an early_param(). Signed-off-by: Rene Herman Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed