summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/include/proc.h
diff options
context:
space:
mode:
authorjake <jake@FreeBSD.org>2001-07-31 06:05:05 +0000
committerjake <jake@FreeBSD.org>2001-07-31 06:05:05 +0000
commitfb7edc502f41d82771205b77ec72ec6f85c7992a (patch)
tree09518e5a462c7f369bd3cbd7d956ad24588b2a9b /sys/sparc64/include/proc.h
parent489876bc4dc75168229017bfd4c2a43ec2711417 (diff)
downloadFreeBSD-src-fb7edc502f41d82771205b77ec72ec6f85c7992a.zip
FreeBSD-src-fb7edc502f41d82771205b77ec72ec6f85c7992a.tar.gz
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
Diffstat (limited to 'sys/sparc64/include/proc.h')
-rw-r--r--sys/sparc64/include/proc.h1
1 files changed, 1 insertions, 0 deletions
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 <machine/globals.h>
+#include <machine/tte.h>
struct mdproc {
};
OpenPOWER on IntegriCloud