wakeup_rm.S 323 B

12345678910111213
  1. /*
  2. * Wrapper script for the realmode binary as a transport object
  3. * before copying to low memory.
  4. */
  5. #include <asm/page_types.h>
  6. .section ".x86_trampoline","a"
  7. .balign PAGE_SIZE
  8. .globl acpi_wakeup_code
  9. acpi_wakeup_code:
  10. .incbin "arch/x86/kernel/acpi/realmode/wakeup.bin"
  11. .size acpi_wakeup_code, .-acpi_wakeup_code