mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 04:20:53 +07:00
x86: dummy placeholder for acpi/reboot.h
dummy placeholder for acpi/reboot.h Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
This commit is contained in:
parent
634e49723b
commit
5f561d3be8
9
include/acpi/reboot.h
Normal file
9
include/acpi/reboot.h
Normal file
@ -0,0 +1,9 @@
|
||||
|
||||
/*
|
||||
* Dummy placeholder to make the EFI patches apply to the x86 tree.
|
||||
* Andrew/Len, please just kill this file if you encounter it.
|
||||
*/
|
||||
#ifndef acpi_reboot
|
||||
# define acpi_reboot() do { } while (0)
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user