diff options
Diffstat (limited to 'sys/arch/hppa64/include/cpu.h')
-rw-r--r-- | sys/arch/hppa64/include/cpu.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/hppa64/include/cpu.h b/sys/arch/hppa64/include/cpu.h index d40f8ea105b..92ce1cf865c 100644 --- a/sys/arch/hppa64/include/cpu.h +++ b/sys/arch/hppa64/include/cpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.h,v 1.33 2013/05/31 17:00:58 tedu Exp $ */ +/* $OpenBSD: cpu.h,v 1.34 2014/07/11 10:53:07 uebayasi Exp $ */ /* * Copyright (c) 2005 Michael Shalayeff @@ -120,6 +120,8 @@ struct cpu_info *curcpu(void); #define MAXCPUS 1 #define cpu_unidle(ci) +#define CPU_BUSY_CYCLE() do {} while (0) + /* types */ enum hppa_cpu_type { hpcxu, hpcxu2, hpcxw |