m68k: make interrupt definitions conditional on correct CPU types
authorGreg Ungerer <gerg@uclinux.org>
Fri, 14 Oct 2011 04:22:22 +0000 (14:22 +1000)
committerGreg Ungerer <gerg@uclinux.org>
Fri, 30 Dec 2011 00:20:19 +0000 (10:20 +1000)
commit78ccdffc937319f4f7ffc13684c114100c727c21
tree26e4912b10e0033a228fec7b89fe7207975988c7
parent8cee26f82a0c830740db0267f828045cc39b90b9
m68k: make interrupt definitions conditional on correct CPU types

The interrupt handling support defines and code is not so much conditional
on an MMU being present (CONFIG_MMU), as it is on which type of CPU we are
building for. So make the code conditional on the CPU types instead. The
current irq.h is mostly specific to the interrupt code for the 680x0 CPUs,
so it should only be used for them.

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
Acked-by: Matt Waddel <mwaddel@yahoo.com>
Acked-by: Kurt Mahan <kmahan@xmission.com>
arch/m68k/include/asm/irq.h