summaryrefslogtreecommitdiff
path: root/sys/arch/sparc/include/proc.h
diff options
context:
space:
mode:
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 */