diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2012-09-29 19:42:31 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2012-09-29 19:42:31 +0000 |
commit | 46f18ef0a87684c975e693f1aa36b587114d7a35 (patch) | |
tree | aea7bc25b8b806f57999da67a8ed657cfdfd29bd /sys/arch/mips64 | |
parent | 4818ab8731a42b44636f8c71ebe38263f03a16a6 (diff) |
Forgot this in previous commit
Diffstat (limited to 'sys/arch/mips64')
-rw-r--r-- | sys/arch/mips64/include/cpu.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/mips64/include/cpu.h b/sys/arch/mips64/include/cpu.h index ec9027cd123..8ca4a8fe90b 100644 --- a/sys/arch/mips64/include/cpu.h +++ b/sys/arch/mips64/include/cpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.h,v 1.87 2012/09/29 19:24:31 miod Exp $ */ +/* $OpenBSD: cpu.h,v 1.88 2012/09/29 19:42:30 miod Exp $ */ /*- * Copyright (c) 1992, 1993 @@ -553,6 +553,8 @@ void cp0_calibrate(struct cpu_info *); #if defined(_KERNEL) && !defined(_LOCORE) +extern register_t protosr; + struct exec_package; struct user; |