Home
last modified time | relevance | path

Searched refs:restore_boot_irq_mode (Results 1 – 2 of 2) sorted by relevance

/linux/arch/x86/include/asm/
H A Dio_apic.h173 extern void restore_boot_irq_mode(void);
214 static inline void restore_boot_irq_mode(void) { } in restore_boot_irq_mode() function
/linux/arch/x86/kernel/
H A Dcrash.c127 restore_boot_irq_mode(); in native_machine_crash_shutdown()