diff options
author | Greg Ungerer <gerg@uclinux.org> | 2010-11-09 03:12:29 +0300 |
---|---|---|
committer | Greg Ungerer <gerg@uclinux.org> | 2011-01-05 08:19:18 +0300 |
commit | a12cf0a8c6e2763ac865aa31f296557e07432b8a (patch) | |
tree | 5b44bfe7aca132e1a3f0cd2bd7bbe2291b56a663 /arch/m68k/include/asm/m527xsim.h | |
parent | 63e83c8a52031555b1e724f98a33f1838dee6345 (diff) | |
download | linux-a12cf0a8c6e2763ac865aa31f296557e07432b8a.tar.xz |
m68knommu: create bit definitions for the version 2 ColdFire cache controller
The version 2 ColdFire CPU based cores all contain a similar cache
controller unit. Create a set of bit flag definitions for the supporting
registers.
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Diffstat (limited to 'arch/m68k/include/asm/m527xsim.h')
-rw-r--r-- | arch/m68k/include/asm/m527xsim.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/m68k/include/asm/m527xsim.h b/arch/m68k/include/asm/m527xsim.h index 8a5a1ab57d01..e8042e8bc003 100644 --- a/arch/m68k/include/asm/m527xsim.h +++ b/arch/m68k/include/asm/m527xsim.h @@ -14,6 +14,7 @@ #define CPU_NAME "COLDFIRE(m527x)" #define CPU_INSTR_PER_JIFFY 3 +#include <asm/m52xxacr.h> /* * Define the 5270/5271 SIM register set addresses. |