diff options
Diffstat (limited to 'arch/powerpc/kernel/vector.S')
-rw-r--r-- | arch/powerpc/kernel/vector.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/vector.S b/arch/powerpc/kernel/vector.S index 12cb90bc209c..66b3d03c5fa5 100644 --- a/arch/powerpc/kernel/vector.S +++ b/arch/powerpc/kernel/vector.S | |||
@@ -1,6 +1,6 @@ | |||
1 | #include <linux/config.h> | 1 | #include <linux/config.h> |
2 | #include <asm/ppc_asm.h> | 2 | #include <asm/ppc_asm.h> |
3 | #include <asm/processor.h> | 3 | #include <asm/reg.h> |
4 | 4 | ||
5 | /* | 5 | /* |
6 | * The routines below are in assembler so we can closely control the | 6 | * The routines below are in assembler so we can closely control the |