Matthew Wilcox <[EMAIL PROTECTED]> wrote: > > > PA-RISC does not necessarily have interrupts disabled while timers are > running. This doesn't appear to be a requirement, but posix-cpu-timers > seems to think it is. >
But a bit later on we do
spin_lock(&tsk->sighand->siglock);
rather than spin_lock_irqsave()?
