aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/head_40x.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/kernel/head_40x.S')
-rw-r--r--arch/powerpc/kernel/head_40x.S12
1 files changed, 6 insertions, 6 deletions
diff --git a/arch/powerpc/kernel/head_40x.S b/arch/powerpc/kernel/head_40x.S
index a8e045773a92..00bdb6d1c724 100644
--- a/arch/powerpc/kernel/head_40x.S
+++ b/arch/powerpc/kernel/head_40x.S
@@ -52,9 +52,9 @@
52 * 52 *
53 * This is all going to change RSN when we add bi_recs....... -- Dan 53 * This is all going to change RSN when we add bi_recs....... -- Dan
54 */ 54 */
55 .text 55 .section .text.head, "ax"
56_GLOBAL(_stext) 56_ENTRY(_stext);
57_GLOBAL(_start) 57_ENTRY(_start);
58 58
59 /* Save parameters we are passed. 59 /* Save parameters we are passed.
60 */ 60 */
@@ -89,9 +89,9 @@ turn_on_mmu:
89 */ 89 */
90 . = 0xc0 90 . = 0xc0
91crit_save: 91crit_save:
92_GLOBAL(crit_r10) 92_ENTRY(crit_r10)
93 .space 4 93 .space 4
94_GLOBAL(crit_r11) 94_ENTRY(crit_r11)
95 .space 4 95 .space 4
96 96
97/* 97/*
@@ -814,7 +814,7 @@ finish_tlb_load:
814 * The PowerPC 4xx family of processors do not have an FPU, so this just 814 * The PowerPC 4xx family of processors do not have an FPU, so this just
815 * returns. 815 * returns.
816 */ 816 */
817_GLOBAL(giveup_fpu) 817_ENTRY(giveup_fpu)
818 blr 818 blr
819 819
820/* This is where the main kernel code starts. 820/* This is where the main kernel code starts.