summaryrefslogtreecommitdiff
path: root/sys/arch/i386
diff options
context:
space:
mode:
authorMike Larkin <mlarkin@cvs.openbsd.org>2016-02-26 02:25:10 +0000
committerMike Larkin <mlarkin@cvs.openbsd.org>2016-02-26 02:25:10 +0000
commit47f1fd6ce4ac8f0b63ead5b7aabac1ea5a1e710e (patch)
tree2f3e0993d4279be8d86b8c8085584f7332fad74c /sys/arch/i386
parent741206551a41348920bc60fa45a15b6c31f6437f (diff)
pctr.h is not used here, so no need to include it.
Diffstat (limited to 'sys/arch/i386')
-rw-r--r--sys/arch/i386/i386/locore.s3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/i386/i386/locore.s b/sys/arch/i386/i386/locore.s
index 775eaae6564..47afb36c0c6 100644
--- a/sys/arch/i386/i386/locore.s
+++ b/sys/arch/i386/i386/locore.s
@@ -1,4 +1,4 @@
-/* $OpenBSD: locore.s,v 1.162 2016/02/26 02:23:07 mlarkin Exp $ */
+/* $OpenBSD: locore.s,v 1.163 2016/02/26 02:25:09 mlarkin Exp $ */
/* $NetBSD: locore.s,v 1.145 1996/05/03 19:41:19 christos Exp $ */
/*-
@@ -41,7 +41,6 @@
#include "apm.h"
#include "lapic.h"
#include "ioapic.h"
-#include "pctr.h"
#include "ksyms.h"
#include "acpi.h"