Re: [PATCH] arm: imx: remove MACH_MXLADS

Alexander Shiyan shc_work at mail.ru
Sun Feb 16 14:21:04 EST 2014


Воскресенье, 16 февраля 2014, 20:12 +01:00 от Paul Bolle <pebolle at tiscali.nl>:
> On Sun, 2014-02-16 at 23:06 +0400, Alexander Shiyan wrote:
> > Kconfig selects MACH_MXLADS, this enables machine_arch_type
> > from include/generated/mach-types.h which used for machine_is_xx() macro,
> > so if multiple boards is defined in the kernel, this cause to incorrect
> matching.
> 
> But, as I stated in the commit explanation, there are no users of
> machine_is_mxlads().

If you have MXLADS and FOO boards support in the kernel (for example)
and you want to start MXLADS version, your machine_is_FOO() will be positive,
since machine_arch_type will be constant value FOO in this case.

---


More information about the linux-arm-kernel mailing list