summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1997-12-29 23:36:56 +0000
committerphk <phk@FreeBSD.org>1997-12-29 23:36:56 +0000
commitc1be3d2c9ce4bb7abe61767f6ab88fe95921567e (patch)
tree1a24a0eb94d98d23f9f54799d8fd77e3ccebac59
parent8209f48d4955d14e7252924e4649a83f814aac35 (diff)
downloadFreeBSD-src-c1be3d2c9ce4bb7abe61767f6ab88fe95921567e.zip
FreeBSD-src-c1be3d2c9ce4bb7abe61767f6ab88fe95921567e.tar.gz
Fix a include gottcha in the SMP case.
Submitted by: Simon Shapiro <Shimon@Simon-Shapiro.ORG>
-rw-r--r--sys/i386/i386/perfmon.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/i386/perfmon.c b/sys/i386/i386/perfmon.c
index 64acf7f..d79527e 100644
--- a/sys/i386/i386/perfmon.c
+++ b/sys/i386/i386/perfmon.c
@@ -26,7 +26,7 @@
* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: perfmon.c,v 1.13 1997/12/26 20:41:37 phk Exp $
+ * $Id: perfmon.c,v 1.14 1997/12/28 17:33:01 phk Exp $
*/
#include <sys/param.h>
@@ -35,8 +35,8 @@
#ifndef SMP
#include <machine/cputypes.h>
-#include <machine/clock.h>
#endif
+#include <machine/clock.h>
#include <machine/perfmon.h>
static int perfmon_inuse;
OpenPOWER on IntegriCloud