Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

m68knommu: remove bogus definition of MBAR for ColdFire 532x family

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>

-3
-3
arch/m68k/include/asm/coldfire.h
··· 41 41 defined(CONFIG_M520x) 42 42 #undef MCF_MBAR 43 43 #define MCF_MBAR MCF_IPSBAR 44 - #elif defined(CONFIG_M532x) 45 - #undef MCF_MBAR 46 - #define MCF_MBAR 0x00000000 47 44 #endif 48 45 49 46 /****************************************************************************/