From fb7edc502f41d82771205b77ec72ec6f85c7992a Mon Sep 17 00:00:00 2001 From: jake Date: Tue, 31 Jul 2001 06:05:05 +0000 Subject: Flesh out the sparc64 port considerably. This contains: - mostly complete kernel pmap support, and tested but currently turned off userland pmap support - low level assembly language trap, context switching and support code - fully implemented atomic.h and supporting cpufunc.h - some support for kernel debugging with ddb - various header tweaks and filling out of machine dependent structures --- sys/sparc64/include/proc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/sparc64/include/proc.h') diff --git a/sys/sparc64/include/proc.h b/sys/sparc64/include/proc.h index e3f6e4d..8537f49 100644 --- a/sys/sparc64/include/proc.h +++ b/sys/sparc64/include/proc.h @@ -30,6 +30,7 @@ #define _MACHINE_PROC_H_ #include +#include struct mdproc { }; -- cgit v1.1