commit | 198016e1b12d781ef00aaafbf571775a8e723f54 | [log] [tgz] |
---|---|---|
author | Sascha Hauer <s.hauer@pengutronix.de> | Fri Feb 06 15:38:22 2009 +0100 |
committer | Sascha Hauer <s.hauer@pengutronix.de> | Fri Mar 13 10:34:26 2009 +0100 |
tree | d2d45593f7c5e3ce9a703081e78fd5c6b5c29386 | |
parent | c0a5f85523132dc893916d6059370233fac1cb11 [diff] |
[ARM] MXC: add cpu_is_ macros We had hardcoded cpu_is_ macros for mxc architectures till now. As we want to run the same kernel on i.MX31 and i.MX35 this patch adds cpu_is_ macros which expand to 0 or 1 if only one architecture is compiled in and only check for the cpu type if more than one architecture is compiled in. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>