Subject: CVS commit: src/sys/arch/sparc64/sparc64
To: None <source-changes@NetBSD.org>
From: matthew green <mrg@netbsd.org>
List: source-changes
Date: 09/19/2006 00:15:47
Module Name: src
Committed By: mrg
Date: Tue Sep 19 00:15:47 UTC 2006
Modified Files:
src/sys/arch/sparc64/sparc64: locore.s
Log Message:
rework interrupt_vector() slightly:
- for the IPI case, avoid loading the address of intrlev into %g3
- remove some NOT_DEBUG code
- load the interrupt argument #2 in the delay slot
this removes 2 nops during interrupt processing for the normal
case, and an additional 2 ALU instructions for IPIs
To generate a diff of this commit:
cvs rdiff -r1.221 -r1.222 src/sys/arch/sparc64/sparc64/locore.s
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.