m68knommu: remove bogus definition of MBAR for ColdFire 532x family
authorGreg Ungerer <gerg@uclinux.org>
Sat, 5 Mar 2011 12:48:52 +0000 (22:48 +1000)
committerGreg Ungerer <gerg@uclinux.org>
Tue, 15 Mar 2011 11:01:53 +0000 (21:01 +1000)
Remove the bogus definition of the MBAR register for the ColdFire 532x
family. It doesn't have an MBAR register, its peripheral registers are
at fixed addresses and are not relative to a settable base.

All the code that relyed on this definition existing has been cleaned
up. The register address definitions now include the base as required.

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
arch/m68k/include/asm/coldfire.h

index 91676454731b8c6a696d03a0a6ab74a2e21b9af8..8daea2cf202ed65d5eb136d50d01ea41d6bf7e4f 100644 (file)
@@ -41,9 +41,6 @@
     defined(CONFIG_M520x)
 #undef MCF_MBAR
 #define        MCF_MBAR        MCF_IPSBAR
-#elif defined(CONFIG_M532x)
-#undef MCF_MBAR
-#define MCF_MBAR       0x00000000
 #endif
 
 /****************************************************************************/
This page took 0.025907 seconds and 5 git commands to generate.