diff options
Diffstat (limited to 'arch/sh/boot/compressed/head_64.S')
-rw-r--r-- | arch/sh/boot/compressed/head_64.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/sh/boot/compressed/head_64.S b/arch/sh/boot/compressed/head_64.S index f72c1989f5f2..622eac3cf556 100644 --- a/arch/sh/boot/compressed/head_64.S +++ b/arch/sh/boot/compressed/head_64.S | |||
@@ -14,8 +14,8 @@ | |||
14 | * Copyright (C) 2002 Stuart Menefy (stuart.menefy@st.com) | 14 | * Copyright (C) 2002 Stuart Menefy (stuart.menefy@st.com) |
15 | */ | 15 | */ |
16 | #include <asm/cache.h> | 16 | #include <asm/cache.h> |
17 | #include <asm/cpu/mmu_context.h> | 17 | #include <cpu/mmu_context.h> |
18 | #include <asm/cpu/registers.h> | 18 | #include <cpu/registers.h> |
19 | 19 | ||
20 | /* | 20 | /* |
21 | * Fixed TLB entries to identity map the beginning of RAM | 21 | * Fixed TLB entries to identity map the beginning of RAM |