Re: [PATCH] powerpc: Silence timebase sync code

2008-11-18 Thread Paul Mackerras
Trent Piepho writes: > It's over a dozen lines of output and doesn't appear to provide any useful > information. Even after looking at the code, I'm in the dark about what > "score 299, offset 250" means. I already put a very similar patch from Ben Herrenschmidt into my powerpc.git tree next bra

Re: [PATCH] powerpc: Silence timebase sync code

2008-11-18 Thread Kumar Gala
On Nov 17, 2008, at 4:22 PM, Trent Piepho wrote: On Mon, 17 Nov 2008, Kumar Gala wrote: On Nov 17, 2008, at 3:58 PM, Trent Piepho wrote: It's over a dozen lines of output and doesn't appear to provide any useful information. Even after looking at the code, I'm in the dark about what "sc

Re: [PATCH] powerpc: Silence timebase sync code

2008-11-18 Thread Benjamin Herrenschmidt
On Mon, 2008-11-17 at 13:58 -0800, Trent Piepho wrote: > It's over a dozen lines of output and doesn't appear to provide any useful > information. Even after looking at the code, I'm in the dark about what > "score 299, offset 250" means. Hah ! I had almost the same patch in my pile for some time

Re: [PATCH] powerpc: Silence timebase sync code

2008-11-18 Thread Trent Piepho
On Tue, 18 Nov 2008, Michael Ellerman wrote: > On Mon, 2008-11-17 at 14:22 -0800, Trent Piepho wrote: >> On Mon, 17 Nov 2008, Kumar Gala wrote: >>> On Nov 17, 2008, at 3:58 PM, Trent Piepho wrote: >>> It's over a dozen lines of output and doesn't appear to provide any useful information.

Re: [PATCH] powerpc: Silence timebase sync code

2008-11-17 Thread Michael Ellerman
On Mon, 2008-11-17 at 14:22 -0800, Trent Piepho wrote: > On Mon, 17 Nov 2008, Kumar Gala wrote: > > On Nov 17, 2008, at 3:58 PM, Trent Piepho wrote: > > > >> It's over a dozen lines of output and doesn't appear to provide any useful > >> information. Even after looking at the code, I'm in the dark

Re: [PATCH] powerpc: Silence timebase sync code

2008-11-17 Thread Trent Piepho
On Mon, 17 Nov 2008, Kumar Gala wrote: > On Nov 17, 2008, at 3:58 PM, Trent Piepho wrote: > >> It's over a dozen lines of output and doesn't appear to provide any useful >> information. Even after looking at the code, I'm in the dark about what >> "score 299, offset 250" means. >> >> Signed-off-b

Re: [PATCH] powerpc: Silence timebase sync code

2008-11-17 Thread Kumar Gala
On Nov 17, 2008, at 3:58 PM, Trent Piepho wrote: It's over a dozen lines of output and doesn't appear to provide any useful information. Even after looking at the code, I'm in the dark about what "score 299, offset 250" means. Signed-off-by: Trent Piepho <[EMAIL PROTECTED]> --- arch/power

[PATCH] powerpc: Silence timebase sync code

2008-11-17 Thread Trent Piepho
It's over a dozen lines of output and doesn't appear to provide any useful information. Even after looking at the code, I'm in the dark about what "score 299, offset 250" means. Signed-off-by: Trent Piepho <[EMAIL PROTECTED]> --- arch/powerpc/kernel/smp-tbsync.c | 12 1 files chan