projects
/
linux-2.6
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
sh: Fix in_nmi symbol build error.
[linux-2.6]
/
arch
/
sh
/
kernel
/
cpu
/
irq
/
Makefile
diff --git
a/arch/sh/kernel/cpu/irq/Makefile
b/arch/sh/kernel/cpu/irq/Makefile
index
0049d21
..
1c23308
100644
(file)
--- a/
arch/sh/kernel/cpu/irq/Makefile
+++ b/
arch/sh/kernel/cpu/irq/Makefile
@@
-4,6
+4,6
@@
obj-y += imask.o
obj-$(CONFIG_CPU_HAS_IPR_IRQ) += ipr.o
-obj-$(CONFIG_CPU_HAS_PINT_IRQ) += pint.o
+obj-$(CONFIG_CPU_HAS_PINT_IRQ) += pint.o
obj-$(CONFIG_CPU_HAS_MASKREG_IRQ) += maskreg.o
obj-$(CONFIG_CPU_HAS_INTC2_IRQ) += intc2.o