ARM: 7409/1: Do not call flush_cache_user_range with mmap_sem held
[linux/fpc-iii.git] / arch / x86 / kernel / acpi / wakeup_rm.S
blob63b8ab524f2c7d553e03458a8c3468445aea003b
1 /*
2  * Wrapper script for the realmode binary as a transport object
3  * before copying to low memory.
4  */
5 #include <asm/page_types.h>
7         .section ".x86_trampoline","a"
8         .balign PAGE_SIZE
9         .globl  acpi_wakeup_code
10 acpi_wakeup_code:
11         .incbin "arch/x86/kernel/acpi/realmode/wakeup.bin"
12         .size   acpi_wakeup_code, .-acpi_wakeup_code