Skip to content

Commit

Permalink
sh: Mark some IRQ debug options sh32 only.
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
  • Loading branch information
Paul Mundt committed Jan 28, 2008
1 parent 17bfa63 commit 5db141a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 117 deletions.
4 changes: 2 additions & 2 deletions arch/sh/Kconfig.debug
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ config DEBUG_BOOTMEM

config DEBUG_STACKOVERFLOW
bool "Check for stack overflows"
depends on DEBUG_KERNEL
depends on DEBUG_KERNEL && SUPERH32
help
This option will cause messages to be printed if free stack space
drops below a certain limit.
Expand All @@ -88,7 +88,7 @@ config 4KSTACKS

config IRQSTACKS
bool "Use separate kernel stacks when processing interrupts"
depends on DEBUG_KERNEL
depends on DEBUG_KERNEL && SUPERH32
help
If you say Y here the kernel will use separate kernel stacks
for handling hard and soft interrupts. This can help avoid
Expand Down
115 changes: 0 additions & 115 deletions arch/sh64/kernel/irq.c

This file was deleted.

0 comments on commit 5db141a

Please sign in to comment.