search for: acpi_wakeup_address

Displaying 1 result from an estimated 1 matches for "acpi_wakeup_address".

2007 Feb 14
4
[PATCH 3/12] Provide basic Xen PM infrastructure
...else +#include <asm/config.h> +#include <xen/string.h> +#include <xen/domain_page.h> +#include <asm/init.h> +#include <asm/page.h> +#include <asm/flushtlb.h> +#include <xen/init.h> +#endif /* address in low memory of the wakeup routine. */ unsigned long acpi_wakeup_address = 0; unsigned long acpi_video_flags; +#ifdef __XEN__ +unsigned long saved_videomode = 0; +#endif extern char wakeup_start, wakeup_end; extern unsigned long FASTCALL(acpi_copy_wakeup_routine(unsigned long)); @@ -29,6 +42,9 @@ int acpi_save_state_mem(void) { if (!acpi_wakeup_address) retur...