aboutsummaryrefslogtreecommitdiff
path: root/sys/pc98
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2012-03-19 21:29:57 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2012-03-19 21:29:57 +0000
commit68156ad98288419481e26e72d76a720beb394478 (patch)
tree785a44b63e74d691b5410129992dc58eacf67608 /sys/pc98
parentbcde3b9f673596ee5c75f05af81c53d7841299c2 (diff)
downloadsrc-68156ad98288419481e26e72d76a720beb394478.tar.gz
src-68156ad98288419481e26e72d76a720beb394478.zip
Copy i386 psl.h to x86 and replace amd64/i386/pc98 psl.h with stubs.
Notes
Notes: svn path=/head/; revision=233204
Diffstat (limited to 'sys/pc98')
-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 db40cf0efb4c..4d945a1ebbaf 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>