diff options
author | Ingo Molnar <mingo@kernel.org> | 2012-06-18 11:09:49 +0200 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2012-06-18 11:09:49 +0200 |
commit | 8461689c67fc2ad3040bc019cccb541bccb5648f (patch) | |
tree | eafcf756975739ef04aa91be2e053d6e1e8b9ccb /arch/x86/kernel/setup.c | |
parent | d48daf37a3d2e2b28a61e615c0fc538301edb0dd (diff) | |
parent | 7eb9ae0799b1e9f0b77733b432bc5f6f055b020b (diff) | |
download | linux-8461689c67fc2ad3040bc019cccb541bccb5648f.tar.gz linux-8461689c67fc2ad3040bc019cccb541bccb5648f.tar.bz2 linux-8461689c67fc2ad3040bc019cccb541bccb5648f.zip |
Merge branch 'x86/apic' into x86/platform
Merge in x86/apic to solve a vector_allocation_domain() API change semantic merge conflict.
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'arch/x86/kernel/setup.c')
-rw-r--r-- | arch/x86/kernel/setup.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/kernel/setup.c b/arch/x86/kernel/setup.c index 16be6dc14db1..f4b9b80e1b95 100644 --- a/arch/x86/kernel/setup.c +++ b/arch/x86/kernel/setup.c @@ -1031,8 +1031,6 @@ void __init setup_arch(char **cmdline_p) x86_init.timers.wallclock_init(); - x86_platform.wallclock_init(); - mcheck_init(); arch_init_ideal_nops(); |