Add the rt linux 4.1.3-rt3 as base
[kvmfornfv.git] / kernel / arch / x86 / realmode / rmpiggy.S
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>
7
8         .section ".init.data","aw"
9
10         .balign PAGE_SIZE
11
12 GLOBAL(real_mode_blob)
13         .incbin "arch/x86/realmode/rm/realmode.bin"
14 END(real_mode_blob)
15
16 GLOBAL(real_mode_blob_end);
17
18 GLOBAL(real_mode_relocs)
19         .incbin "arch/x86/realmode/rm/realmode.relocs"
20 END(real_mode_relocs)