diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2006-10-06 22:30:27 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2006-10-06 22:30:27 +0000 |
commit | 6a6b203ee385e40238b7b48250d88ed439deee69 (patch) | |
tree | 6b2aedd56b2b3ff5825ca56b77ffe8fc771ec0df /sys/arch/sh/include/cpu.h | |
parent | b4678c6a4548dbb19556eded335feca8cb1a8f5e (diff) |
few more files
Diffstat (limited to 'sys/arch/sh/include/cpu.h')
-rw-r--r-- | sys/arch/sh/include/cpu.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/sh/include/cpu.h b/sys/arch/sh/include/cpu.h index 682ab233eaa..0e9d6b38f5c 100644 --- a/sys/arch/sh/include/cpu.h +++ b/sys/arch/sh/include/cpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.h,v 1.1 2006/10/06 21:02:55 miod Exp $ */ +/* $OpenBSD: cpu.h,v 1.2 2006/10/06 22:30:26 mickey Exp $ */ /* $NetBSD: cpu.h,v 1.41 2006/01/21 04:24:12 uwe Exp $ */ /*- @@ -111,6 +111,7 @@ do { \ extern int want_resched; /* need_resched() was called */ +#define cpu_wait(p) ((void)(p)) /* * We need a machine-independent name for this. */ |