m68knommu: remove use of MBAR in old-style ColdFire timer
authorGreg Ungerer <gerg@uclinux.org>
Tue, 8 Mar 2011 23:57:14 +0000 (09:57 +1000)
committerGreg Ungerer <gerg@uclinux.org>
Tue, 15 Mar 2011 11:01:54 +0000 (21:01 +1000)
commit58f0ac98f386d2b335e5852e8feec828c43a0e13
treee5155ca33386026a9d0b7b2e0de00514f76fd295
parentbabc08b7e953cd23e10d175d546309dedadaabea
m68knommu: remove use of MBAR in old-style ColdFire timer

Not all ColdFire CPUs that use the old style timer hardware module use
an MBAR set peripheral region. Move the TIMER base address defines to the
per-CPU header files where we can set it correctly based on how the
peripherals are mapped - instead of using a fake MBAR for some platforms.

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
arch/m68k/include/asm/m5206sim.h
arch/m68k/include/asm/m5249sim.h
arch/m68k/include/asm/m5272sim.h
arch/m68k/include/asm/m5307sim.h
arch/m68k/include/asm/m532xsim.h
arch/m68k/include/asm/m5407sim.h
arch/m68k/include/asm/mcftimer.h
arch/m68knommu/platform/coldfire/timers.c