aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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");