|
@@ -206,7 +206,6 @@ struct x86_legacy_features {
|
|
|
* @set_wallclock: set time back to HW clock
|
|
|
* @is_untracked_pat_range exclude from PAT logic
|
|
|
* @nmi_init enable NMI on cpus
|
|
|
- * @i8042_detect pre-detect if i8042 controller exists
|
|
|
* @save_sched_clock_state: save state for sched_clock() on suspend
|
|
|
* @restore_sched_clock_state: restore state for sched_clock() on resume
|
|
|
* @apic_post_init: adjust apic if neeeded
|
|
@@ -228,7 +227,6 @@ struct x86_platform_ops {
|
|
|
bool (*is_untracked_pat_range)(u64 start, u64 end);
|
|
|
void (*nmi_init)(void);
|
|
|
unsigned char (*get_nmi_reason)(void);
|
|
|
- int (*i8042_detect)(void);
|
|
|
void (*save_sched_clock_state)(void);
|
|
|
void (*restore_sched_clock_state)(void);
|
|
|
void (*apic_post_init)(void);
|