On Sun, Jun 29, 2003 at 08:13:38PM -0700, ilya@theIlya.com wrote: > diff -u -r1.4 ip32-setup.c > --- arch/mips/sgi-ip32/ip32-setup.c 14 Apr 2003 16:33:24 -0000 1.4 > +++ arch/mips/sgi-ip32/ip32-setup.c 30 Jun 2003 03:11:05 -0000 > @@ -94,6 +94,7 @@ > rtc_ops = &ip32_rtc_ops; > board_be_init = ip32_be_init; > board_time_init = ip32_time_init; > + board_timer_setup = ip32_timer_setup(); > > crime_init (); > } Without even looking at the code... it looks like those () are wrong. (Is board_timer_setup a function pointer?) I could be talking rubbish of course. Cheers, Andrew