projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
[linux-2.6]
/
arch
/
x86
/
kernel
/
acpi
/
wakeup_rm.S
1
/*
2
* Wrapper script for the realmode binary as a transport object
3
* before copying to low memory.
4
*/
5
.section ".rodata","a"
6
.globl wakeup_code_start, wakeup_code_end
7
wakeup_code_start:
8
.incbin "arch/x86/kernel/acpi/realmode/wakeup.bin"
9
wakeup_code_end:
10
.size wakeup_code_start, .-wakeup_code_start