diff options
author | Ingo Molnar <mingo@kernel.org> | 2012-06-15 08:16:54 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2012-06-15 08:17:01 -0400 |
commit | 879060d5745250c6f38304fd548d42b76f9df093 (patch) | |
tree | f28ad110cb52cc2b4f93aeb552ceb54317efbbfb /arch/x86/include | |
parent | 5a0a2a308113086cc800a203d903271c9caa1611 (diff) | |
parent | fbd24153c48b8425b09c161a020483cd77da870e (diff) |
Merge branch 'x86/cleanups' into x86/apic
Merge in the cleanups because a followup x86/apic change relies on them.
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'arch/x86/include')
-rw-r--r-- | arch/x86/include/asm/x86_init.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/include/asm/x86_init.h b/arch/x86/include/asm/x86_init.h index c090af10ac7d..42d2ae18dab2 100644 --- a/arch/x86/include/asm/x86_init.h +++ b/arch/x86/include/asm/x86_init.h | |||
@@ -156,7 +156,6 @@ struct x86_cpuinit_ops { | |||
156 | /** | 156 | /** |
157 | * struct x86_platform_ops - platform specific runtime functions | 157 | * struct x86_platform_ops - platform specific runtime functions |
158 | * @calibrate_tsc: calibrate TSC | 158 | * @calibrate_tsc: calibrate TSC |
159 | * @wallclock_init: init the wallclock device | ||
160 | * @get_wallclock: get time from HW clock like RTC etc. | 159 | * @get_wallclock: get time from HW clock like RTC etc. |
161 | * @set_wallclock: set time back to HW clock | 160 | * @set_wallclock: set time back to HW clock |
162 | * @is_untracked_pat_range exclude from PAT logic | 161 | * @is_untracked_pat_range exclude from PAT logic |
@@ -167,7 +166,6 @@ struct x86_cpuinit_ops { | |||
167 | */ | 166 | */ |
168 | struct x86_platform_ops { | 167 | struct x86_platform_ops { |
169 | unsigned long (*calibrate_tsc)(void); | 168 | unsigned long (*calibrate_tsc)(void); |
170 | void (*wallclock_init)(void); | ||
171 | unsigned long (*get_wallclock)(void); | 169 | unsigned long (*get_wallclock)(void); |
172 | int (*set_wallclock)(unsigned long nowtime); | 170 | int (*set_wallclock)(unsigned long nowtime); |
173 | void (*iommu_shutdown)(void); | 171 | void (*iommu_shutdown)(void); |