From: Sascha Hauer Date: Fri, 6 Feb 2009 14:38:22 +0000 (+0100) Subject: [ARM] MXC: add cpu_is_ macros X-Git-Tag: v2.6.30-rc1~636^2~29^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=198016e1b12d781ef00aaafbf571775a8e723f54;p=pandora-kernel.git [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 --- Reading git-diff-tree failed