Subject: CVS commit: src/sys/arch/sparc64
To: None <source-changes@NetBSD.org>
From: Martin Husemann <martin@netbsd.org>
List: source-changes
Date: 02/01/2006 20:21:38
Module Name:	src
Committed By:	martin
Date:		Wed Feb  1 20:21:38 UTC 2006

Modified Files:
	src/sys/arch/sparc64/dev: psycho.c sbus.c
	src/sys/arch/sparc64/sparc64: cpu.c

Log Message:
Do not assume the bootstrap CPU has UPA id 0 - on some machines it hasn't.
Explicitly route all interrupts to the current cpu for now, we'll revisit
this when SMP is working.
Problem spotted and analyzed by Stephan Meisinger, fix inspired by FreeBSD.


To generate a diff of this commit:
cvs rdiff -r1.75 -r1.76 src/sys/arch/sparc64/dev/psycho.c
cvs rdiff -r1.73 -r1.74 src/sys/arch/sparc64/dev/sbus.c
cvs rdiff -r1.44 -r1.45 src/sys/arch/sparc64/sparc64/cpu.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.