summaryrefslogtreecommitdiffstats
path: root/sys/arch/sparc/include/proc.h
diff options
context:
space:
mode:
authordownsj <downsj@openbsd.org>1997-08-08 08:24:34 +0000
committerdownsj <downsj@openbsd.org>1997-08-08 08:24:34 +0000
commit9afd9728f092b0341042c9708bdacf165d8a8754 (patch)
tree7960ca5fb42d07a43afc1ccdf55fc5abf31bf46d /sys/arch/sparc/include/proc.h
parentInitialize hwreset. (diff)
downloadwireguard-openbsd-9afd9728f092b0341042c9708bdacf165d8a8754.tar.xz
wireguard-openbsd-9afd9728f092b0341042c9708bdacf165d8a8754.zip
Mostly sync to NetBSD-current 970804.
GENERIC currently compiles and runs; some devices (isp) are not complete and not yet enabled.
Diffstat (limited to 'sys/arch/sparc/include/proc.h')
-rw-r--r--sys/arch/sparc/include/proc.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/arch/sparc/include/proc.h b/sys/arch/sparc/include/proc.h
index ff2b7b5805d..dc4b3629af1 100644
--- a/sys/arch/sparc/include/proc.h
+++ b/sys/arch/sparc/include/proc.h
@@ -1,4 +1,5 @@
-/* $NetBSD: proc.h,v 1.2 1994/11/20 20:53:23 deraadt Exp $ */
+/* $OpenBSD: proc.h,v 1.2 1997/08/08 08:26:39 downsj Exp $ */
+/* $NetBSD: proc.h,v 1.3 1996/09/26 18:51:17 christos Exp $ */
/*
* Copyright (c) 1992, 1993
@@ -50,4 +51,8 @@
struct mdproc {
struct trapframe *md_tf; /* trap/syscall registers */
struct fpstate *md_fpstate; /* fpu state, if any; always resident */
+ u_long md_flags;
};
+
+/* md_flags */
+#define MDP_FIXALIGN 0x1 /* Fix unaligned memory accesses */