]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - arch/x86/kernel/acpi/realmode/wakeup.h
x86, trampoline: Use the unified trampoline setup for ACPI wakeup
[mirror_ubuntu-artful-kernel.git] / arch / x86 / kernel / acpi / realmode / wakeup.h
index 69d38d0b2b6436cd83886a6200405eef603c6eda..e1828c07e79cdb2f47a9ecfa3661621229ead8f9 100644 (file)
@@ -35,7 +35,8 @@ struct wakeup_header {
 extern struct wakeup_header wakeup_header;
 #endif
 
-#define HEADER_OFFSET 0x3f00
-#define WAKEUP_SIZE   0x4000
+#define WAKEUP_HEADER_OFFSET   8
+#define WAKEUP_HEADER_SIGNATURE 0x51ee1111
+#define WAKEUP_END_SIGNATURE   0x65a22c82
 
 #endif /* ARCH_X86_KERNEL_ACPI_RM_WAKEUP_H */