]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - arch/x86/realmode/rmpiggy.S
x86/cpu/amd: Derive L3 shared_cpu_map from cpu_llc_shared_mask
[mirror_ubuntu-artful-kernel.git] / arch / x86 / realmode / rmpiggy.S
CommitLineData
b3266bd6
JS
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
8e029fcd 12GLOBAL(real_mode_blob)
b3266bd6
JS
13 .incbin "arch/x86/realmode/rm/realmode.bin"
14END(real_mode_blob)
15
b429dbf6
JS
16GLOBAL(real_mode_blob_end);
17
8e029fcd 18GLOBAL(real_mode_relocs)
b3266bd6
JS
19 .incbin "arch/x86/realmode/rm/realmode.relocs"
20END(real_mode_relocs)