[parisc-linux-cvs] linux grundler

Grant Grundler parisc-linux@lists.parisc-linux.org
Fri, 12 Apr 2002 01:43:34 -0600 (MDT)


CVSROOT:	/var/cvs
Module name:	linux
Changes by:	grundler	02/04/12 01:43:34

Modified files:
	.              : Makefile 
	arch/parisc/kernel: irq.c processor.c smp.c 
	include/asm-parisc: smp.h 

Log message:
2.4.18-pa17 fix xtime_lock deadlock

o move setting of PSW_I until *after* interrupt handlers have been called.
(fixes xtime_lock deadlock problem)
o remove physical/logical CPU mapping since it makes no sense for parisc.
at least not until we start getting interested in CPU hot swap.