Atsushi Nemoto wrote: > > On Tue, 2 Jan 2007 09:17:32 -0800 (PST), Daniel Laird > <danieljlaird@xxxxxxxxxxx> wrote: >> Thanks, thats the build problem removed, I now have a kernel that builds >> properly! (issues 1 and 2 appear to be closed) >> Only issue remaining is that I still have a long hang (10 seconds ish) >> after this >> Memory: 53540k/57344k available (2156k kernel code, 3744k reserved, 383k >> data, 128k init, 0k highmem) >> I am investigating but any help is appreciated... > > Does this patch (on top of Vitaly's patch) solve remaining problem? > > diff --git a/arch/mips/philips/pnx8550/common/time.c > b/arch/mips/philips/pnx8550/common/time.c > index 08ebc3d..9d9fc71 100644 > --- a/arch/mips/philips/pnx8550/common/time.c > +++ b/arch/mips/philips/pnx8550/common/time.c > @@ -80,6 +80,7 @@ void pnx8550_time_init(void) > */ > mips_hpt_frequency = 27UL * ((1000000UL * n)/(m * pow2p)); > cpj = (mips_hpt_frequency + HZ / 2) / HZ; > + write_c0_count(0); > timer_ack(); > > /* Setup Timer 2 */ > I too caqme to this conclusion and you are correct it does indeed fix the problem. The kernel now boots straight through to the prompt. Thanks Dan -- View this message in context: http://www.nabble.com/-PATCH--respin--pnx8550%3A-fix-system-timer-support-tf2890537.html#a8141727 Sent from the linux-mips main mailing list archive at Nabble.com.