]> 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)
commit44ca1e08d50c82ed0c9d1cd3376db72669307250
tree26e4912b10e0033a228fec7b89fe7207975988c7
parentcf913a9624d40afc4984faf82af1d45ed0b67cc0
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