|
@@ -164,6 +164,7 @@ struct x86_cpuinit_ops {
|
|
|
* @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
|
|
|
*/
|
|
|
struct x86_platform_ops {
|
|
|
unsigned long (*calibrate_tsc)(void);
|
|
@@ -177,6 +178,7 @@ struct x86_platform_ops {
|
|
|
int (*i8042_detect)(void);
|
|
|
void (*save_sched_clock_state)(void);
|
|
|
void (*restore_sched_clock_state)(void);
|
|
|
+ void (*apic_post_init)(void);
|
|
|
};
|
|
|
|
|
|
struct pci_dev;
|