summaryrefslogtreecommitdiff
path: root/sys/arch/mips64/include/cpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/mips64/include/cpu.h')
-rw-r--r--sys/arch/mips64/include/cpu.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/mips64/include/cpu.h b/sys/arch/mips64/include/cpu.h
index 51e50b8383a..634b772aa98 100644
--- a/sys/arch/mips64/include/cpu.h
+++ b/sys/arch/mips64/include/cpu.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: cpu.h,v 1.55 2010/01/18 16:59:22 miod Exp $ */
+/* $OpenBSD: cpu.h,v 1.56 2010/02/28 17:23:23 miod Exp $ */
/*-
* Copyright (c) 1992, 1993
@@ -378,6 +378,7 @@ struct cpu_info {
struct proc *ci_curproc;
struct user *ci_curprocpaddr;
struct proc *ci_fpuproc; /* pointer to last proc to use FP */
+ uint32_t ci_delayconst;
struct cpu_hwinfo
ci_hw;