diff options
Diffstat (limited to 'sys/arch/mips64/include/cpu.h')
-rw-r--r-- | sys/arch/mips64/include/cpu.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/arch/mips64/include/cpu.h b/sys/arch/mips64/include/cpu.h index f78d45326e6..0de6f4cc98a 100644 --- a/sys/arch/mips64/include/cpu.h +++ b/sys/arch/mips64/include/cpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.h,v 1.34 2009/08/06 21:11:38 miod Exp $ */ +/* $OpenBSD: cpu.h,v 1.35 2009/08/06 21:54:27 miod Exp $ */ /*- * Copyright (c) 1992, 1993 @@ -383,8 +383,13 @@ extern struct cpu_info cpu_info_primary; #define cpu_number() 0 #include <machine/frame.h> + +#endif /* _LOCORE */ + #include <machine/intr.h> +#ifndef _LOCORE + /* * Arguments to hardclock encapsulate the previous machine state in * an opaque clockframe. |