From: kib Date: Thu, 12 Nov 2015 09:20:10 +0000 (+0000) Subject: Fix UP build. X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=59e5487eeeb2bde82b50fb1a481a22969d2482f7;p=people%2Fliuw%2Ffreebsd.git Fix UP build. --- diff --git a/sys/tests/callout_test/callout_test.c b/sys/tests/callout_test/callout_test.c index 678e20967af..d9db120ef98 100644 --- a/sys/tests/callout_test/callout_test.c +++ b/sys/tests/callout_test/callout_test.c @@ -46,11 +46,7 @@ __FBSDID("$FreeBSD$"); #include #include #include -#ifdef SMP #include -#else -#define cpu_spinwait() -#endif MALLOC_DEFINE(M_CALLTMP, "Temp callout Memory", "CalloutTest");