[parisc-linux-cvs] linux-2.5 varenet

Thibaut Varene parisc-linux@lists.parisc-linux.org
Sun, 23 Mar 2003 13:14:53 -0700 (MST)


CVSROOT:	/var/cvs
Module name:	linux-2.5
Changes by:	varenet	03/03/23 13:14:52

Modified files:
	.              : Makefile 
	arch/parisc/kernel: processor.c signal.c smp.c 
	drivers/input/serio: Kconfig 
	drivers/scsi   : lasi700.c 
	include/asm-parisc: processor.h 

Log message:
2.5.65-pa3

o added 'loops_per_jiffy' member to cpuinfo_parisc struct
-> hangcheck driver now builds and works
-> changed accordingly processor.c and smp.c to use the new member
It may or may not have spoiled SMP a bit more.
o fixed a missing dma-mapping.h include in lasi700 scsi driver
-> now builds and works.
o removed 'i8042 PC' config option from serio Kconfig
-> was conflicting with HP i8042 driver, generating bugs in io.h:254.
AFAIK, we don't need that driver on parisc.

builds, links and works fine on 712, so -pa3.

stifb still needs work.
the fix for CACHE_FLUSHING_IS_NOT_BROKEN in signal.c still doesn't work
(hangs after starting INIT).