Re: [uml-devel] [PATCH 4/19] UML - timer initialization cleanup

2006-07-07 Thread Andrew Morton
Jeff Dike <[EMAIL PROTECTED]> wrote: > > + err = request_irq(TIMER_IRQ, um_timer, SA_INTERRUPT, "timer", NULL); SA_INTERRUPT is deprecated - I'll change this to IRQF_DISABLED. We have a compatibility layer for now, but we need to start getting used to using INTF_*. Using Tomcat but need to d

[uml-devel] [PATCH 4/19] UML - timer initialization cleanup

2006-07-06 Thread Jeff Dike
This cleans up the mess that is the timer initialization. There used to be two timer handlers - one that basically ran during delay loop calibration and one that handled the timer afterwards. There were also two sets of timer initialization code - one that starts in user code and calls into the k