diff options
Diffstat (limited to 'sys/arch/mips64/include')
-rw-r--r-- | sys/arch/mips64/include/cpu.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sys/arch/mips64/include/cpu.h b/sys/arch/mips64/include/cpu.h index fec803b246a..ae9f62855b8 100644 --- a/sys/arch/mips64/include/cpu.h +++ b/sys/arch/mips64/include/cpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.h,v 1.29 2008/10/15 23:23:49 deraadt Exp $ */ +/* $OpenBSD: cpu.h,v 1.30 2009/03/26 17:24:33 oga Exp $ */ /*- * Copyright (c) 1992, 1993 @@ -360,12 +360,6 @@ extern vaddr_t uncached_base; * Exported definitions unique to mips cpu support. */ -/* - * definitions of cpu-dependent requirements - * referenced in generic code - */ -#define cpu_wait(p) /* nothing */ - #ifndef _LOCORE #include <sys/sched.h> |