diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2015-01-15 16:22:39 -0500 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2015-01-22 09:10:56 -0500 |
commit | 30b8b0066cafef274fc92462578ee346211ce7cb (patch) | |
tree | 62d479f3d0c710ba2500522b86a295f579d86a55 /arch/x86/Kconfig | |
parent | e714a91f92ca59f7e71e7332b8ec2aa2944f629e (diff) |
init: Get rid of x86isms
The UP local API support can be set up from an early initcall. No need
for horrible hackery in the init code.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Jiang Liu <jiang.liu@linux.intel.com>
Cc: Joerg Roedel <joro@8bytes.org>
Cc: Tony Luck <tony.luck@intel.com>
Cc: Borislav Petkov <bp@alien8.de>
Link: http://lkml.kernel.org/r/20150115211703.827943883@linutronix.de
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r-- | arch/x86/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index ba397bde7948..ffcc3ca5862a 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
@@ -855,6 +855,10 @@ config SCHED_MC | |||
855 | 855 | ||
856 | source "kernel/Kconfig.preempt" | 856 | source "kernel/Kconfig.preempt" |
857 | 857 | ||
858 | config UP_LATE_INIT | ||
859 | def_bool y | ||
860 | depends on X86_UP_APIC | ||
861 | |||
858 | config X86_UP_APIC | 862 | config X86_UP_APIC |
859 | bool "Local APIC support on uniprocessors" | 863 | bool "Local APIC support on uniprocessors" |
860 | depends on X86_32 && !SMP && !X86_32_NON_STANDARD && !PCI_MSI | 864 | depends on X86_32 && !SMP && !X86_32_NON_STANDARD && !PCI_MSI |