Module Name: src Committed By: skrll Date: Thu Apr 5 21:00:30 UTC 2012
Modified Files: src/sys/arch/hp700/dev: cpu.c src/sys/arch/hp700/include: cpu.h intr.h Added Files: src/sys/arch/hp700/include: intrdefs.h src/sys/arch/hppa/hppa: cpuvar.h Log Message: Split out cpu_softc into cpuvar.h Split out the interrupt definitions into intrdefs.h and add the IPI definitions Add the required field to cpu_info for the IPI functions. Makes a MULTIPROCESSOR kernel compiles. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/sys/arch/hp700/dev/cpu.c cvs rdiff -u -r1.68 -r1.69 src/sys/arch/hp700/include/cpu.h cvs rdiff -u -r1.20 -r1.21 src/sys/arch/hp700/include/intr.h cvs rdiff -u -r0 -r1.1 src/sys/arch/hp700/include/intrdefs.h cvs rdiff -u -r0 -r1.1 src/sys/arch/hppa/hppa/cpuvar.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.