diff options
author | Paul Mundt <lethal@linux-sh.org> | 2009-05-07 15:24:36 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-05-07 15:24:36 +0900 |
commit | 40c8bca76ecaa6b663d403d34f0fcd422bbdbffd (patch) | |
tree | 5739b36a4a55b869e845f5447b52c45d21120086 /arch/sh/Kconfig.debug | |
parent | 25483efeb2e56521e418a59fa93401be156dc3bb (diff) | |
download | linux-3.10-40c8bca76ecaa6b663d403d34f0fcd422bbdbffd.tar.gz linux-3.10-40c8bca76ecaa6b663d403d34f0fcd422bbdbffd.tar.bz2 linux-3.10-40c8bca76ecaa6b663d403d34f0fcd422bbdbffd.zip |
sh: Flag IRQSTACKS as BROKEN for now.
There still seems to be some stack corruption to sort out here, so flag
this as BROKEN until this issue is sorted out.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/Kconfig.debug')
-rw-r--r-- | arch/sh/Kconfig.debug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/Kconfig.debug b/arch/sh/Kconfig.debug index 0d62681f72a..fdb049373e7 100644 --- a/arch/sh/Kconfig.debug +++ b/arch/sh/Kconfig.debug @@ -92,7 +92,7 @@ config 4KSTACKS config IRQSTACKS bool "Use separate kernel stacks when processing interrupts" - depends on DEBUG_KERNEL && SUPERH32 + depends on DEBUG_KERNEL && SUPERH32 && BROKEN help If you say Y here the kernel will use separate kernel stacks for handling hard and soft interrupts. This can help avoid |