diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2008-08-10 18:10:19 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-09-01 12:06:24 +0100 |
commit | 46097c7dd8bfaf9fb86565b6de45ab5a63afdd53 (patch) | |
tree | bc9ba1ba3c8e6585704225863663b1b91d75632e /arch/arm/include/asm/mmu_context.h | |
parent | 0ba8b9b273c45dd23f60ff700e265a0069b33758 (diff) | |
download | blackbird-obmc-linux-46097c7dd8bfaf9fb86565b6de45ab5a63afdd53.tar.gz blackbird-obmc-linux-46097c7dd8bfaf9fb86565b6de45ab5a63afdd53.zip |
[ARM] cachetype: move definitions to separate header
Rather than pollute asm/cacheflush.h with the cache type definitions,
move them to asm/cachetype.h, and include this new header where
necessary.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/include/asm/mmu_context.h')
-rw-r--r-- | arch/arm/include/asm/mmu_context.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/include/asm/mmu_context.h b/arch/arm/include/asm/mmu_context.h index a301e446007f..0559f37c2a27 100644 --- a/arch/arm/include/asm/mmu_context.h +++ b/arch/arm/include/asm/mmu_context.h @@ -15,6 +15,7 @@ #include <linux/compiler.h> #include <asm/cacheflush.h> +#include <asm/cachetype.h> #include <asm/proc-fns.h> #include <asm-generic/mm_hooks.h> |