Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 07/11/1996 01:40:03
cgd
Thu Jul 11 01:31:27 EDT 1996
Update of /a/cvsroot/src/sys/arch/alpha/alpha
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv28552/alpha

Modified Files:
	genassym.c interrupt.c locore.s machdep.c process_machdep.c 
	trap.c 
Log Message:
Instead of treating the trap/syscall/exception frame like a struct
containing a substruct (the hardware frame) and an array of registers,
treat it like one big array of registers, for easier and prettier
access.  Update everything to deal with that.


cgd
Thu Jul 11 01:31:33 EDT 1996
Update of /a/cvsroot/src/sys/arch/alpha/include
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv28552/include

Modified Files:
	alpha_cpu.h cpu.h db_machdep.h frame.h 
Log Message:
Instead of treating the trap/syscall/exception frame like a struct
containing a substruct (the hardware frame) and an array of registers,
treat it like one big array of registers, for easier and prettier
access.  Update everything to deal with that.