1. 26 8月, 2011 1 次提交
  2. 13 3月, 2009 1 次提交
    • S
      [ARM] MXC: add cpu_is_ macros · 198016e1
      Sascha Hauer 提交于
      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: NSascha Hauer <s.hauer@pengutronix.de>
      198016e1