m68knommu: Create new m54xxacr.h from m5407sim.h subpart
authorPhilippe De Muyter <phdm@macqel.be>
Wed, 27 Oct 2010 12:57:47 +0000 (14:57 +0200)
committerGreg Ungerer <gerg@uclinux.org>
Wed, 5 Jan 2011 05:19:16 +0000 (15:19 +1000)
commit5291fa98565a2f4d27ec59380e8497eba2af948d
tree6bfb806c14e00b678208a0b3ac648684b8dbb4c2
parent3c0eee3fe6a3a1c745379547c7e7c904aa64f6d5
m68knommu: Create new m54xxacr.h from m5407sim.h subpart

The MCF548x have the same cache control registers as the MCF5407.
Extract the bit definitions for the ACR and CACR registers from m5407sim.h
and move them to a new file m54xxacr.h.  Those definitions are not used
anywhere yet, so no other file is involved.  This is a preparation for
m54xx cache support cleanup.

Signed-off-by: Philippe De Muyter <phdm@macqel.be>
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
arch/m68k/include/asm/m5407sim.h
arch/m68k/include/asm/m54xxacr.h [new file with mode: 0644]