diff options
Diffstat (limited to 'arch/powerpc/kernel/head_32.S')
-rw-r--r-- | arch/powerpc/kernel/head_32.S | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/powerpc/kernel/head_32.S b/arch/powerpc/kernel/head_32.S index d9dbbd426744..108e78ef3878 100644 --- a/arch/powerpc/kernel/head_32.S +++ b/arch/powerpc/kernel/head_32.S | |||
@@ -23,7 +23,7 @@ | |||
23 | */ | 23 | */ |
24 | 24 | ||
25 | #include <linux/config.h> | 25 | #include <linux/config.h> |
26 | #include <asm/processor.h> | 26 | #include <asm/reg.h> |
27 | #include <asm/page.h> | 27 | #include <asm/page.h> |
28 | #include <asm/mmu.h> | 28 | #include <asm/mmu.h> |
29 | #include <asm/pgtable.h> | 29 | #include <asm/pgtable.h> |
@@ -55,8 +55,8 @@ | |||
55 | 1: | 55 | 1: |
56 | 56 | ||
57 | .text | 57 | .text |
58 | .stabs "arch/ppc/kernel/",N_SO,0,0,0f | 58 | .stabs "arch/powerpc/kernel/",N_SO,0,0,0f |
59 | .stabs "head.S",N_SO,0,0,0f | 59 | .stabs "head_32.S",N_SO,0,0,0f |
60 | 0: | 60 | 0: |
61 | .globl _stext | 61 | .globl _stext |
62 | _stext: | 62 | _stext: |