[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)
commit09690b18b7b9696bb719b246e77c7af9952da12c
tree0efe3f79c9e9fd397d78fc17ee322915fd3a1905
parentba0e427f215b1c58881a737f46d30ae03b83178c
[PARISC] Make firmware calls irqsafe-ish...

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>
arch/parisc/kernel/firmware.c
arch/parisc/kernel/time.c