[parisc-linux-cvs] linux willy

Matthew Wilcox willy@puffin.external.hp.com
Tue, 2 Oct 2001 10:28:41 -0600


CVSROOT:	/home/cvs/parisc
Module name:	linux
Changes by:	willy	01/10/02 10:28:41

Modified files:
	arch/parisc/kernel: firmware.c 

Log message:
if we're using PDC console, pdc_iodc_putc can be called from interrupt
context, so use spin_lock_irqsave instead of spin_lock_irq.