commit | 243c86542aeeb41d9ab78d3aa44fa6b4854fdb67 | [log] [tgz] |
---|---|---|
author | Rob Herring <rob.herring@calxeda.com> | Wed Feb 08 18:26:34 2012 -0600 |
committer | Rob Herring <rob.herring@calxeda.com> | Tue Feb 21 17:04:59 2012 -0600 |
tree | ce65cb255465eee0aa03fc09711ea2be6e592e0c | |
parent | 78cbaaca6908c2ddf1bd26cf58c408938654e3d8 [diff] |
ARM: make entry-macro.S depend on !MULTI_IRQ_HANDLER With the removal of disable_fiq on rpc and addition MULTI_IRQ_HANDLER, entry-macro.S is no longer needed for platforms that select MULTI_IRQ_HANDLER and the include of it can be conditional. Signed-off-by: Rob Herring <rob.herring@calxeda.com> Acked-by: Nicolas Pitre <nico@linaro.org> Acked-by: H Hartley Sweeten <hsweeten@visionengravers.com>