]> git.baikalelectronics.ru Git - kernel.git/commit
m68knommu: fix clock rate value reported for ColdFire 54xx parts
authorGreg Ungerer <gerg@uclinux.org>
Tue, 2 Nov 2010 07:40:37 +0000 (17:40 +1000)
committerGreg Ungerer <gerg@uclinux.org>
Wed, 5 Jan 2011 05:19:17 +0000 (15:19 +1000)
commite811ba09db2690f25c1243cdc80bb43c17be74a9
tree7e7d5bceb6d6815c54a4c0ab37dddbd53dbe41a5
parentb76e61b8e207cdccb3fedbe7db527af50c0fc9c0
m68knommu: fix clock rate value reported for ColdFire 54xx parts

The instruction timings of the ColdFire 54xx family parts are
different to other version 4 parts (or version 2 or 3 parts for
that matter too).

Move the instruction timing setting into the ColdFire part
specific headers, and set the 54xx value appropriately.

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
12 files changed:
arch/m68k/include/asm/m5206sim.h
arch/m68k/include/asm/m520xsim.h
arch/m68k/include/asm/m523xsim.h
arch/m68k/include/asm/m5249sim.h
arch/m68k/include/asm/m5272sim.h
arch/m68k/include/asm/m527xsim.h
arch/m68k/include/asm/m528xsim.h
arch/m68k/include/asm/m5307sim.h
arch/m68k/include/asm/m532xsim.h
arch/m68k/include/asm/m5407sim.h
arch/m68k/include/asm/m54xxsim.h
arch/m68knommu/kernel/setup.c