summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/include/cpu.h
diff options
context:
space:
mode:
authorgrehan <grehan@FreeBSD.org>2003-09-26 09:02:24 +0000
committergrehan <grehan@FreeBSD.org>2003-09-26 09:02:24 +0000
commitde2a476e05f44fb83a371d302fb652fd17b5df39 (patch)
treec69949c5ce0dcc553c89430a31670e75faada551 /sys/powerpc/include/cpu.h
parent2c53f2561e4b73ebd7b639d573debb2aa8b450fd (diff)
downloadFreeBSD-src-de2a476e05f44fb83a371d302fb652fd17b5df39.zip
FreeBSD-src-de2a476e05f44fb83a371d302fb652fd17b5df39.tar.gz
DELAY must be a routine, not a macro definition.
Diffstat (limited to 'sys/powerpc/include/cpu.h')
-rw-r--r--sys/powerpc/include/cpu.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/powerpc/include/cpu.h b/sys/powerpc/include/cpu.h
index ae3893d..4e4119c 100644
--- a/sys/powerpc/include/cpu.h
+++ b/sys/powerpc/include/cpu.h
@@ -50,8 +50,6 @@
#define cpu_swapout(p)
#define cpu_number() 0
-#define DELAY(n) delay(n)
-
#if defined(_KERNEL) || defined(_STANDALONE)
#define CACHELINESIZE 32
#endif
OpenPOWER on IntegriCloud