ARM: shmobile: Update r8a7791 CPU freq to 1500MHz in C
[linux-2.6/btrfs-unstable.git] / arch / x86 / realmode / rmpiggy.S
blob204c6ece0e97640d6373206a12155356655a585c
1 /*
2  * Wrapper script for the realmode binary as a transport object
3  * before copying to low memory.
4  */
5 #include <linux/linkage.h>
6 #include <asm/page_types.h>
8         .section ".init.data","aw"
10         .balign PAGE_SIZE
12 GLOBAL(real_mode_blob)
13         .incbin "arch/x86/realmode/rm/realmode.bin"
14 END(real_mode_blob)
16 GLOBAL(real_mode_blob_end);
18 GLOBAL(real_mode_relocs)
19         .incbin "arch/x86/realmode/rm/realmode.relocs"
20 END(real_mode_relocs)