Re: [PATCH] fix showing xmon help

2007-07-13 Thread Ishizaki Kou
> On Thu, 2007-07-12 at 16:59 +0900, Ishizaki Kou wrote: > > In some configuration, xmon help string is larger than xmon output > > buffer. To show whole help string, this patch splits it into 2 parts. > > > > Signed-off-by: Kou Ishizaki <[EMAIL PROTECTED]> (snip) > I'm not sure I like the fix

Re: [PATCH] fix showing xmon help

2007-07-12 Thread Michael Ellerman
On Thu, 2007-07-12 at 16:59 +0900, Ishizaki Kou wrote: > In some configuration, xmon help string is larger than xmon output > buffer. To show whole help string, this patch splits it into 2 parts. > > Signed-off-by: Kou Ishizaki <[EMAIL PROTECTED]> Nice catch! I've seen that a few times, but thou

[PATCH] fix showing xmon help

2007-07-12 Thread Ishizaki Kou
In some configuration, xmon help string is larger than xmon output buffer. To show whole help string, this patch splits it into 2 parts. Signed-off-by: Kou Ishizaki <[EMAIL PROTECTED]> --- Index: linux-powerpc-git/arch/powerpc/xmon/xmon.c =