repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
airport: remove useless return in a function returning void
[linux/fpc-iii.git]
/
arch
/
x86
/
kernel
/
acpi
/
wakeup_rm.S
blob
6ff3b573057564b3bfa917bf9bed9aec235b1d58
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