diff options
| author | 2010-10-21 13:54:05 -0700 | |
|---|---|---|
| committer | 2010-10-21 13:54:05 -0700 | |
| commit | 5fe8321b8886d814e65952d74b207fe59e1096ea (patch) | |
| tree | fbba395994b436562a9b03175947fb2534a0becf /arch/x86/kernel/apic/apic.c | |
| parent | Merge branch 'x86-vmware-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip (diff) | |
| parent | x86, x2apic: Simplify apic init in SMP and UP builds (diff) | |
| download | wireguard-linux-5fe8321b8886d814e65952d74b207fe59e1096ea.tar.xz wireguard-linux-5fe8321b8886d814e65952d74b207fe59e1096ea.zip | |
Merge branch 'x86-x2apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
* 'x86-x2apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip:
x86, x2apic: Simplify apic init in SMP and UP builds
x86, intr-remap: Remove IRTE setup duplicate code
x86, intr-remap: Set redirection hint in the IRTE
Diffstat (limited to 'arch/x86/kernel/apic/apic.c')
| -rw-r--r-- | arch/x86/kernel/apic/apic.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/x86/kernel/apic/apic.c b/arch/x86/kernel/apic/apic.c index e3b534cda49a..8cf86fb3b4e3 100644 --- a/arch/x86/kernel/apic/apic.c +++ b/arch/x86/kernel/apic/apic.c @@ -1665,10 +1665,7 @@ int __init APIC_init_uniprocessor(void) } #endif -#ifndef CONFIG_SMP - enable_IR_x2apic(); default_setup_apic_routing(); -#endif verify_local_APIC(); connect_bsp_APIC(); |
