diff options
| author | Ingo Molnar <mingo@kernel.org> | 2012-06-18 05:09:49 -0400 |
|---|---|---|
| committer | Ingo Molnar <mingo@kernel.org> | 2012-06-18 05:09:49 -0400 |
| commit | 8461689c67fc2ad3040bc019cccb541bccb5648f (patch) | |
| tree | eafcf756975739ef04aa91be2e053d6e1e8b9ccb /arch/x86/kernel/x86_init.c | |
| parent | d48daf37a3d2e2b28a61e615c0fc538301edb0dd (diff) | |
| parent | 7eb9ae0799b1e9f0b77733b432bc5f6f055b020b (diff) | |
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/x86_init.c')
| -rw-r--r-- | arch/x86/kernel/x86_init.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/kernel/x86_init.c b/arch/x86/kernel/x86_init.c index 35c5e543f550..9f3167e891ef 100644 --- a/arch/x86/kernel/x86_init.c +++ b/arch/x86/kernel/x86_init.c | |||
| @@ -29,7 +29,6 @@ void __init x86_init_uint_noop(unsigned int unused) { } | |||
| 29 | void __init x86_init_pgd_noop(pgd_t *unused) { } | 29 | void __init x86_init_pgd_noop(pgd_t *unused) { } |
| 30 | int __init iommu_init_noop(void) { return 0; } | 30 | int __init iommu_init_noop(void) { return 0; } |
| 31 | void iommu_shutdown_noop(void) { } | 31 | void iommu_shutdown_noop(void) { } |
| 32 | void wallclock_init_noop(void) { } | ||
| 33 | 32 | ||
| 34 | /* | 33 | /* |
| 35 | * The platform setup functions are preset with the default functions | 34 | * The platform setup functions are preset with the default functions |
| @@ -101,7 +100,6 @@ static int default_i8042_detect(void) { return 1; }; | |||
| 101 | 100 | ||
| 102 | struct x86_platform_ops x86_platform = { | 101 | struct x86_platform_ops x86_platform = { |
| 103 | .calibrate_tsc = native_calibrate_tsc, | 102 | .calibrate_tsc = native_calibrate_tsc, |
| 104 | .wallclock_init = wallclock_init_noop, | ||
| 105 | .get_wallclock = mach_get_cmos_time, | 103 | .get_wallclock = mach_get_cmos_time, |
| 106 | .set_wallclock = mach_set_rtc_mmss, | 104 | .set_wallclock = mach_set_rtc_mmss, |
| 107 | .iommu_shutdown = iommu_shutdown_noop, | 105 | .iommu_shutdown = iommu_shutdown_noop, |
