Subject: re: register-window handling in sparc64
To: ali (Anders Lindgren) <dat94ali@ludat.lth.se>
From: matthew green <mrg@eterna.com.au>
List: port-sparc64
Date: 01/19/2001 20:39:38
all the sparc64 register window handling code is in the
src/sys/arch/sparc64 directory, along with the rest of the sparc64
MD code.


traps are mostly handled in locore.s and trap.c.

register windows are handled in locore.s.

interrupts are initially handled in locore.s and then handed off 
elsewhere.


hope this helps,