* [PATCH] update lib/Kconfig.debug
@ 2004-10-29 16:31 Matthew Wilcox
2004-10-29 19:32 ` Chris Wedgwood
0 siblings, 1 reply; 2+ messages in thread
From: Matthew Wilcox @ 2004-10-29 16:31 UTC (permalink / raw)
To: Linus Torvalds; +Cc: linux-kernel
PA-RISC has spinlock debugging and doesn't have the option to compile with
frame pointers. Both patches from Randolph Chung. Also, -bk8 included
a second check for USERMODE which I've taken the liberty of removing.
diff -urpNX dontdiff linux-2.6.10-rc1-bk8/lib/Kconfig.debug parisc-2.6-bk/lib/Kconfig.debug
--- linux-2.6.10-rc1-bk8/lib/Kconfig.debug Fri Oct 29 06:37:03 2004
+++ parisc-2.6-bk/lib/Kconfig.debug Fri Oct 29 08:18:33 2004
@@ -50,7 +50,7 @@ config DEBUG_SLAB
config DEBUG_SPINLOCK
bool "Spinlock debugging"
- depends on DEBUG_KERNEL && (ALPHA || ARM || X86 || IA64 || MIPS || PPC32 || (SUPERH && !SUPERH64) || SPARC32 || SPARC64 || USERMODE || X86_64 || USERMODE)
+ depends on DEBUG_KERNEL && (ALPHA || ARM || X86 || IA64 || MIPS || PARISC || PPC32 || (SUPERH && !SUPERH64) || SPARC32 || SPARC64 || USERMODE || X86_64)
help
Say Y here and build SMP to catch missing spinlock initialization
and certain other kinds of spinlock errors commonly made. This is
@@ -110,7 +110,7 @@ config DEBUG_INFO
if !X86_64
config FRAME_POINTER
bool "Compile the kernel with frame pointers"
- depends on X86 || CRIS || M68KNOMMU || PARISC
+ depends on X86 || CRIS || M68KNOMMU
help
If you say Y here the resulting kernel image will be slightly larger
and slower, but it will give very useful debugging information.
--
"Next the statesmen will invent cheap lies, putting the blame upon
the nation that is attacked, and every man will be glad of those
conscience-soothing falsities, and will diligently study them, and refuse
to examine any refutations of them; and thus he will by and by convince
himself that the war is just, and will thank God for the better sleep
he enjoys after this process of grotesque self-deception." -- Mark Twain
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] update lib/Kconfig.debug
2004-10-29 16:31 [PATCH] update lib/Kconfig.debug Matthew Wilcox
@ 2004-10-29 19:32 ` Chris Wedgwood
0 siblings, 0 replies; 2+ messages in thread
From: Chris Wedgwood @ 2004-10-29 19:32 UTC (permalink / raw)
To: Matthew Wilcox; +Cc: Linus Torvalds, linux-kernel
On Fri, Oct 29, 2004 at 05:31:43PM +0100, Matthew Wilcox wrote:
> [...] SPARC32 || SPARC64 || USERMODE || X86_64 || USERMODE)
^^^^^^^^ ^^^^^^^^
pass the brown paper bag please...
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-10-29 19:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-10-29 16:31 [PATCH] update lib/Kconfig.debug Matthew Wilcox
2004-10-29 19:32 ` Chris Wedgwood
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®