We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62e303e commit 00e5bd4Copy full SHA for 00e5bd4
arch/x86/include/asm/apic.h
@@ -489,7 +489,6 @@ static inline u64 apic_icr_read(void) { return 0; }
489
static inline void apic_icr_write(u32 low, u32 high) { }
490
static inline void apic_wait_icr_idle(void) { }
491
static inline u32 safe_apic_wait_icr_idle(void) { return 0; }
492
-static inline void apic_set_eoi_cb(void (*eoi)(void)) {}
493
static inline void apic_native_eoi(void) { WARN_ON_ONCE(1); }
494
static inline void apic_setup_apic_calls(void) { }
495
0 commit comments