[PARISC] Make firmware calls irqsafe-ish...
authorKyle McMartin <kyle@mako.i.cabal.ca>
Fri, 6 Oct 2006 03:45:45 +0000 (23:45 -0400)
committerMatthew Wilcox <willy@parisc-linux.org>
Sat, 7 Oct 2006 11:21:03 +0000 (05:21 -0600)
There's no reason why we shouldn't be using _irqsave instead of
_irq for any of these calls. fwiw, this fixes the
"start_kernel(): bug: interrupts were enabled early" message displayed
on bootup recently.

Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
Signed-off-by: Matthew Wilcox <matthew@wil.cx>

No differences found