aboutsummaryrefslogtreecommitdiff
path: root/sys/tests
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2015-11-12 09:20:10 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2015-11-12 09:20:10 +0000
commite72a4bdeb296ed041fc50d1c534596deb5f7d925 (patch)
treef90147f624b307c052e5c77045dfe1de03b65ad2 /sys/tests
parent86845417d18994d0c0d14781a4a0d4bdfffc14ae (diff)
Notes
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 678e20967af7..d9db120ef987 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");