diff options
Diffstat (limited to 'sys/arch/powerpc/include/cpu.h')
-rw-r--r-- | sys/arch/powerpc/include/cpu.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/powerpc/include/cpu.h b/sys/arch/powerpc/include/cpu.h index fdf0c48878b..8085ed5ee06 100644 --- a/sys/arch/powerpc/include/cpu.h +++ b/sys/arch/powerpc/include/cpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.h,v 1.52 2014/03/29 18:09:30 guenther Exp $ */ +/* $OpenBSD: cpu.h,v 1.53 2014/07/11 10:53:07 uebayasi Exp $ */ /* $NetBSD: cpu.h,v 1.1 1996/09/30 16:34:21 ws Exp $ */ /* @@ -141,6 +141,8 @@ void cpu_unidle(struct cpu_info *); #endif +#define CPU_BUSY_CYCLE() do {} while (0) + #define MAXCPUS PPC_MAXPROCS extern struct cpu_info cpu_info[PPC_MAXPROCS]; |