Skip to content

Commit

Permalink
Blackfin: drop unused irq_panic()/DEBUG_ICACHE_CHECK
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Mike Frysinger committed Oct 25, 2010
1 parent ff7cbc4 commit 09ebded
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 118 deletions.
11 changes: 0 additions & 11 deletions arch/blackfin/Kconfig.debug
Original file line number Diff line number Diff line change
Expand Up @@ -102,17 +102,6 @@ config DEBUG_DOUBLEFAULT_RESET

endchoice

config DEBUG_ICACHE_CHECK
bool "Check Instruction cache coherency"
depends on DEBUG_KERNEL
depends on DEBUG_HWERR
help
Say Y here if you are getting weird unexplained errors. This will
ensure that icache is what SDRAM says it should be by doing a
byte wise comparison between SDRAM and instruction cache. This
also relocates the irq_panic() function to L1 memory, (which is
un-cached).

config DEBUG_HUNT_FOR_ZERO
bool "Catch NULL pointer reads/writes"
default y
Expand Down
1 change: 0 additions & 1 deletion arch/blackfin/mach-common/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
106 changes: 0 additions & 106 deletions arch/blackfin/mach-common/irqpanic.c

This file was deleted.

0 comments on commit 09ebded

Please sign in to comment.