2 * Real-mode blob header; this should match realmode.h and be
3 * readonly; for mutable data instead add pointers into the .data
4 * or .bss sections as appropriate.
7 #include <linux/linkage.h>
8 #include <asm/page_types.h>
9 #include <asm/segment.h>
13 .section ".header", "a"
16 GLOBAL(real_mode_header)
20 .long pa_trampoline_start
21 .long pa_trampoline_status
22 .long pa_trampoline_header
24 .long pa_trampoline_pgd;
27 #ifdef CONFIG_ACPI_SLEEP
29 .long pa_wakeup_header
32 .long pa_machine_real_restart_asm
38 /* End signature, used to verify integrity */
39 .section ".signature","a"
42 .long REALMODE_END_SIGNATURE