aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/acpi/wakeup_rm.S
blob: 6ff3b573057564b3bfa917bf9bed9aec235b1d58 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
/*
 * Wrapper script for the realmode binary as a transport object
 * before copying to low memory.
 */
	.section ".rodata","a"
	.globl	wakeup_code_start, wakeup_code_end
wakeup_code_start:
	.incbin	"arch/x86/kernel/acpi/realmode/wakeup.bin"
wakeup_code_end:
	.size	wakeup_code_start, .-wakeup_code_start