Skip to content

Commit

Permalink
sh: remove maskreg irq code
Browse files Browse the repository at this point in the history
This patch removes the maskreg irq code since it is not in use anymore.

Signed-off-by: Magnus Damm <damm@igel.co.jp>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
  • Loading branch information
Magnus Damm authored and Paul Mundt committed Feb 14, 2008
1 parent 0906185 commit d847afe
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 97 deletions.
3 changes: 0 additions & 3 deletions arch/sh/Kconfig.cpu
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,6 @@ config SH64_ID2815_WORKAROUND
config CPU_HAS_INTEVT
bool

config CPU_HAS_MASKREG_IRQ
bool

config CPU_HAS_IPR_IRQ
bool

Expand Down
1 change: 0 additions & 1 deletion arch/sh/kernel/cpu/irq/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@ obj-y += intc.o
obj-$(CONFIG_SUPERH32) += imask.o
obj-$(CONFIG_CPU_SH5) += intc-sh5.o
obj-$(CONFIG_CPU_HAS_IPR_IRQ) += ipr.o
obj-$(CONFIG_CPU_HAS_MASKREG_IRQ) += maskreg.o
93 changes: 0 additions & 93 deletions arch/sh/kernel/cpu/irq/maskreg.c

This file was deleted.

0 comments on commit d847afe

Please sign in to comment.