Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Castor Fu <castor@netbsd.org>
List: source-changes
Date: 01/14/1999 10:45:47
Module Name:	src
Committed By:	castor
Date:		Thu Jan 14 18:45:46 UTC 1999

Modified Files:
	src/sys/arch/mips/include: Makefile asm.h cdefs.h cpu.h db_machdep.h
	    locore.h mips_param.h pcb.h pmap.h proc.h psl.h reg.h setjmp.h
	    signal.h trap.h types.h
Added Files:
	src/sys/arch/mips/include: cpuarch.h
Log Message:
* Create mips_reg_t data type to allow register size to be
decoupled from long or int or long long.  Define macros in asm.h to facilitate
choosing these on a port by port basis.

* Create <machine/pubassym.h> mechanism to allow jmp_buf structure size
to be calculated at system build time.

* Define _MIPS_BSD_SIM macro which specifies what calling style is appropritae
for the architecture.  For 64-bit oriented systems set the Status Register
to allow 64-bit instructions.

* Remove UADDR related macros because kernel U structure is now mapped
normally.
* Separate cpu.h into cpu.h and cpuarch.h to keep things neat.
* Add support for QED 52xx processors