summaryrefslogtreecommitdiffstats
path: root/sys/pc98/include
diff options
context:
space:
mode:
authortijl <tijl@FreeBSD.org>2012-03-19 21:29:57 +0000
committertijl <tijl@FreeBSD.org>2012-03-19 21:29:57 +0000
commitea1f38e564b72654ed1d7384cf6617d5435c44ee (patch)
tree785a44b63e74d691b5410129992dc58eacf67608 /sys/pc98/include
parent2a126f1975785720c0ebda4bddf37bdb73b6a197 (diff)
downloadFreeBSD-src-ea1f38e564b72654ed1d7384cf6617d5435c44ee.zip
FreeBSD-src-ea1f38e564b72654ed1d7384cf6617d5435c44ee.tar.gz
Copy i386 psl.h to x86 and replace amd64/i386/pc98 psl.h with stubs.
Diffstat (limited to 'sys/pc98/include')
-rw-r--r--sys/pc98/include/psl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pc98/include/psl.h b/sys/pc98/include/psl.h
index db40cf0..4d945a1 100644
--- a/sys/pc98/include/psl.h
+++ b/sys/pc98/include/psl.h
@@ -3,4 +3,4 @@
*/
/* $FreeBSD$ */
-#include <i386/psl.h>
+#include <x86/psl.h>
OpenPOWER on IntegriCloud