]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit9c7f252b14798a31cf12f56265441bdd7f8b997a
tree26e4912b10e0033a228fec7b89fe7207975988c7
parent5ea0c8d1e34b3b16b9d06163de7276d74adff67f
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