diff options
-rw-r--r-- | arch/ppc64/kernel/head.S | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/ppc64/kernel/head.S b/arch/ppc64/kernel/head.S index d98a9986c14f..036959775623 100644 --- a/arch/ppc64/kernel/head.S +++ b/arch/ppc64/kernel/head.S | |||
@@ -1276,6 +1276,11 @@ fwnmi_data_area: | |||
1276 | #ifdef CONFIG_PPC_ISERIES | 1276 | #ifdef CONFIG_PPC_ISERIES |
1277 | . = LPARMAP_PHYS | 1277 | . = LPARMAP_PHYS |
1278 | #include "lparmap.s" | 1278 | #include "lparmap.s" |
1279 | /* | ||
1280 | * This ".text" is here for old compilers that generate a trailing | ||
1281 | * .note section when compiling .c files to .s | ||
1282 | */ | ||
1283 | .text | ||
1279 | #endif /* CONFIG_PPC_ISERIES */ | 1284 | #endif /* CONFIG_PPC_ISERIES */ |
1280 | 1285 | ||
1281 | . = 0x8000 | 1286 | . = 0x8000 |