Hi Your patch worked well, Thank You For the sun4d I had to remove the arc specific local_irq_enable() to allow the mainline initialization to occur, which seems to work. On Sat, 8 Jul 2006, Bob Breuer wrote: > I'm seeing the same thing. > > Based on sparc64, it should be possible to defer the initialization of > the mostek clock until later. > > The attached patch gets me past the clock driver, but it ends up with a > watchdog reset after switching to malloc: > > io scheduler cfq registered (default) > ioremap: done with statics, switching to malloc > > Watchdog Reset > Type help for more information > <#0> ok > > Bob > Thanx Ray
--- time.c.orig Mon Jul 10 17:47:28 2006 +++ time.c Mon Jul 10 17:47:34 2006 @@ -421,7 +421,6 @@ #endif /* Now that OBP ticker has been silenced, it is safe to enable IRQ. */ - local_irq_enable(); } void __init time_init(void)