diff options
-rw-r--r-- | sys/arch/sparc64/include/cpu.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/sparc64/include/cpu.h b/sys/arch/sparc64/include/cpu.h index 5bb209252fb..d22cd775f14 100644 --- a/sys/arch/sparc64/include/cpu.h +++ b/sys/arch/sparc64/include/cpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.h,v 1.85 2014/07/11 10:53:07 uebayasi Exp $ */ +/* $OpenBSD: cpu.h,v 1.86 2014/10/15 21:54:13 sebastia Exp $ */ /* $NetBSD: cpu.h,v 1.28 2001/06/14 22:56:58 thorpej Exp $ */ /* @@ -206,10 +206,10 @@ void cpu_unidle(struct cpu_info *); #define cpu_unidle(ci) -#define CPU_BUSY_CYCLE() do {} while (0) - #endif +#define CPU_BUSY_CYCLE() do {} while (0) + /* * Arguments to hardclock, softclock and gatherstats encapsulate the * previous machine state in an opaque clockframe. The ipl is here |