Re: [PATCH 2/5] 4KSTACKS, remove DEBUG_KERNEL dependency for sh

2007-08-12 Thread Jesper Juhl
On 13/08/07, Paul Mundt <[EMAIL PROTECTED]> wrote: > On Sun, Aug 12, 2007 at 10:53:23PM +0200, Jesper Juhl wrote: > > > > 4K Stacks is no longer a debug feature, so remove the DEBUG_KERNEL > > dependancy for 4KSTACKS for sh. > > > > While it may no longer be a debugging feature on i386, it certainl

Re: [PATCH 2/5] 4KSTACKS, remove DEBUG_KERNEL dependency for sh

2007-08-12 Thread Paul Mundt
On Sun, Aug 12, 2007 at 10:53:23PM +0200, Jesper Juhl wrote: > > 4K Stacks is no longer a debug feature, so remove the DEBUG_KERNEL > dependancy for 4KSTACKS for sh. > While it may no longer be a debugging feature on i386, it certainly is on sh. It should stay under DEBUG_KERNEL for now. - To un

[PATCH 2/5] 4KSTACKS, remove DEBUG_KERNEL dependency for sh

2007-08-12 Thread Jesper Juhl
4K Stacks is no longer a debug feature, so remove the DEBUG_KERNEL dependancy for 4KSTACKS for sh. Signed-off-by: Jesper Juhl <[EMAIL PROTECTED]> --- diff --git a/arch/sh/Kconfig.debug b/arch/sh/Kconfig.debug index 52f6a99..5bb4bd7 100644 --- a/arch/sh/Kconfig.debug +++ b/arch/sh/Kconfig.debug @