aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/acpi/wakeup_rm.S
blob: 63b8ab524f2c7d553e03458a8c3468445aea003b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
/*
 * 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