summaryrefslogtreecommitdiff
path: root/sys/arch/mips64/include/trap.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/mips64/include/trap.h')
-rw-r--r--sys/arch/mips64/include/trap.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/mips64/include/trap.h b/sys/arch/mips64/include/trap.h
index 2fd793bd754..8095310ad01 100644
--- a/sys/arch/mips64/include/trap.h
+++ b/sys/arch/mips64/include/trap.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: trap.h,v 1.8 2007/05/20 14:34:21 miod Exp $ */
+/* $OpenBSD: trap.h,v 1.9 2008/04/07 22:37:16 miod Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@@ -77,6 +77,7 @@
#define KT_COPYERR 1 /* User space copy error */
#define KT_KCOPYERR 2 /* Kernel space copy error */
#define KT_DDBERR 3 /* DDB access error */
+#define KT_GUARDERR 4 /* guarded access error */
#ifndef _LOCORE