From 7889bc6bb62a2628ba14955d3fd728df93d75080 Mon Sep 17 00:00:00 2001 From: Ingo Molnar Date: Wed, 30 Jan 2008 13:31:17 +0100 Subject: [PATCH] --- yaml --- r: 79990 b: refs/heads/master c: 5f561d3be8f0db54f9b4fc5cb5db05343f372431 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/acpi/reboot.h | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 trunk/include/acpi/reboot.h diff --git a/[refs] b/[refs] index e8a1c5a0599c..506c338b3984 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 634e49723b08d15f4cb9860ea86547fbd2eeae18 +refs/heads/master: 5f561d3be8f0db54f9b4fc5cb5db05343f372431 diff --git a/trunk/include/acpi/reboot.h b/trunk/include/acpi/reboot.h new file mode 100644 index 000000000000..8857f57e0b78 --- /dev/null +++ b/trunk/include/acpi/reboot.h @@ -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 +