summaryrefslogtreecommitdiffstats
path: root/sys/tests
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2015-11-12 09:20:10 +0000
committerkib <kib@FreeBSD.org>2015-11-12 09:20:10 +0000
commit59e5487eeeb2bde82b50fb1a481a22969d2482f7 (patch)
treef90147f624b307c052e5c77045dfe1de03b65ad2 /sys/tests
parent5d21e7465023c31af4ffe467067f1a39874cbb87 (diff)
downloadFreeBSD-src-59e5487eeeb2bde82b50fb1a481a22969d2482f7.zip
FreeBSD-src-59e5487eeeb2bde82b50fb1a481a22969d2482f7.tar.gz
Fix UP build.
Diffstat (limited to 'sys/tests')
-rw-r--r--sys/tests/callout_test/callout_test.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/tests/callout_test/callout_test.c b/sys/tests/callout_test/callout_test.c
index 678e209..d9db120 100644
--- a/sys/tests/callout_test/callout_test.c
+++ b/sys/tests/callout_test/callout_test.c
@@ -46,11 +46,7 @@ __FBSDID("$FreeBSD$");
#include <sys/cpuctl.h>
#include <tests/kern_testfrwk.h>
#include <tests/callout_test.h>
-#ifdef SMP
#include <machine/cpu.h>
-#else
-#define cpu_spinwait()
-#endif
MALLOC_DEFINE(M_CALLTMP, "Temp callout Memory", "CalloutTest");
OpenPOWER on IntegriCloud