diff options
Diffstat (limited to 'sys/arch/m68k/include/cpu.h')
-rw-r--r-- | sys/arch/m68k/include/cpu.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/m68k/include/cpu.h b/sys/arch/m68k/include/cpu.h index 929a253d075..f498b8a3b0c 100644 --- a/sys/arch/m68k/include/cpu.h +++ b/sys/arch/m68k/include/cpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.h,v 1.20 2008/10/10 08:05:45 art Exp $ */ +/* $OpenBSD: cpu.h,v 1.21 2008/10/10 08:36:28 art Exp $ */ /* $NetBSD: cpu.h,v 1.3 1997/02/02 06:56:57 thorpej Exp $ */ /* @@ -85,6 +85,7 @@ extern struct cpu_info cpu_info_store; for (cii = 0, ci = curcpu(); ci != NULL; ci = NULL) #define CPU_INFO_UNIT(ci) 0 #define MAXCPUS 1 +#define cpu_unidle(ci) #define cpu_number() 0 |