|
|
| File: [Development] / linux-2.6-xfs / arch / x86 / kernel / acpi / wakeup_rm.S (download)
Revision 1.1, Mon Aug 4 17:03:13 2008 UTC (9 years, 2 months ago) by lachlan.longdrop.melbourne.sgi.com
Merge up to 2.6.26 Merge of 2.6.x-xfs-melb:linux:31804b by kenmcd. |
/* * 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