diff options
author | Mike Frysinger <vapier@gentoo.org> | 2010-10-26 01:22:49 +0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2010-10-26 01:24:00 +0400 |
commit | 09ebdedf48994117ede1b7792fc38268bc82549b (patch) | |
tree | 07195e652b8a15f19b253add19af1dc632bec60b /arch/blackfin/mach-common/Makefile | |
parent | ff7cbc4b5c6276865a6db594c4b8459ebad457a4 (diff) | |
download | linux-09ebdedf48994117ede1b7792fc38268bc82549b.tar.xz |
Blackfin: drop unused irq_panic()/DEBUG_ICACHE_CHECK
This code was useful during early port development when our icache code
wasn't solid, but that ship has sailed long ago, and no code calls this
function anymore (irq_panic). So punt it.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'arch/blackfin/mach-common/Makefile')
-rw-r--r-- | arch/blackfin/mach-common/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/blackfin/mach-common/Makefile b/arch/blackfin/mach-common/Makefile index 814cb483853b..ff299f24aba0 100644 --- a/arch/blackfin/mach-common/Makefile +++ b/arch/blackfin/mach-common/Makefile @@ -11,4 +11,3 @@ obj-$(CONFIG_CPU_FREQ) += cpufreq.o obj-$(CONFIG_CPU_VOLTAGE) += dpmc.o obj-$(CONFIG_SMP) += smp.o obj-$(CONFIG_BFIN_KERNEL_CLOCK) += clocks-init.o -obj-$(CONFIG_DEBUG_ICACHE_CHECK) += irqpanic.o |