]> git.baikalelectronics.ru Git - kernel.git/commit
x86: make "apic" an early_param() on 32-bit
authorRene Herman <rene.herman@keyaccess.nl>
Mon, 11 Aug 2008 15:45:53 +0000 (17:45 +0200)
committerIngo Molnar <mingo@elte.hu>
Mon, 11 Aug 2008 16:36:04 +0000 (18:36 +0200)
commit5106d6bcac0a416f9e5bf50190a847ad4b24262e
tree2940749ef9493f8768232c95c7f07e9417f5cef4
parente5ec46107dfc70d00b70c3bd90400b0e1e9e5446
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 <rene.herman@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/apic_32.c