diff options
Diffstat (limited to 'arch/x86/kernel/vmlinux.lds.S')
-rw-r--r-- | arch/x86/kernel/vmlinux.lds.S | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/x86/kernel/vmlinux.lds.S b/arch/x86/kernel/vmlinux.lds.S index 10c4f3006afd..da6b35a98260 100644 --- a/arch/x86/kernel/vmlinux.lds.S +++ b/arch/x86/kernel/vmlinux.lds.S | |||
@@ -199,6 +199,15 @@ SECTIONS | |||
199 | __x86_cpu_dev_end = .; | 199 | __x86_cpu_dev_end = .; |
200 | } | 200 | } |
201 | 201 | ||
202 | #ifdef CONFIG_X86_INTEL_MID | ||
203 | .x86_intel_mid_dev.init : AT(ADDR(.x86_intel_mid_dev.init) - \ | ||
204 | LOAD_OFFSET) { | ||
205 | __x86_intel_mid_dev_start = .; | ||
206 | *(.x86_intel_mid_dev.init) | ||
207 | __x86_intel_mid_dev_end = .; | ||
208 | } | ||
209 | #endif | ||
210 | |||
202 | /* | 211 | /* |
203 | * start address and size of operations which during runtime | 212 | * start address and size of operations which during runtime |
204 | * can be patched with virtualization friendly instructions or | 213 | * can be patched with virtualization friendly instructions or |