Both are entirely unused (to be fair, reserve_bootmem() has a use inside
an "#if 0" section in x86's mpparse.c, but if we were to re-enable that
code, it would need doing differently anyway).
Signed-off-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Wei Liu <wei.liu2@citrix.com>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
extern unsigned long acpi_wakeup_address;
-/* early initialization routine */
-extern void acpi_reserve_bootmem(void);
-
#define ARCH_HAS_POWER_INIT 1
extern s8 acpi_numa;
#define ROUNDUP(x, a) (((x) + (a) - 1) & ~((a) - 1))
-#define reserve_bootmem(_p,_l) ((void)0)
-
struct domain;
void cmdline_parse(const char *cmdline);