2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2025-01-05 04:04:01 +08:00
linux-next/arch/x86/kernel/acpi/wakeup_rm.S

13 lines
323 B
ArmAsm
Raw Normal View History

/*
* Wrapper script for the realmode binary as a transport object
* before copying to low memory.
*/
#include <asm/page_types.h>
.section ".x86_trampoline","a"
.balign PAGE_SIZE
.globl acpi_wakeup_code
acpi_wakeup_code:
.incbin "arch/x86/kernel/acpi/realmode/wakeup.bin"
.size acpi_wakeup_code, .-acpi_wakeup_code