diff options
Diffstat (limited to 'arch/x86/kernel/vmlinux.lds.S')
-rw-r--r-- | arch/x86/kernel/vmlinux.lds.S | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/x86/kernel/vmlinux.lds.S b/arch/x86/kernel/vmlinux.lds.S index 3f07c370f761..38e2b67807e1 100644 --- a/arch/x86/kernel/vmlinux.lds.S +++ b/arch/x86/kernel/vmlinux.lds.S | |||
@@ -285,10 +285,9 @@ SECTIONS | |||
285 | .iommu_table : AT(ADDR(.iommu_table) - LOAD_OFFSET) { | 285 | .iommu_table : AT(ADDR(.iommu_table) - LOAD_OFFSET) { |
286 | __iommu_table = .; | 286 | __iommu_table = .; |
287 | *(.iommu_table) | 287 | *(.iommu_table) |
288 | . = ALIGN(8); | ||
289 | __iommu_table_end = .; | 288 | __iommu_table_end = .; |
290 | } | 289 | } |
291 | 290 | . = ALIGN(8); | |
292 | /* | 291 | /* |
293 | * .exit.text is discard at runtime, not link time, to deal with | 292 | * .exit.text is discard at runtime, not link time, to deal with |
294 | * references from .altinstructions and .eh_frame | 293 | * references from .altinstructions and .eh_frame |