aboutsummaryrefslogtreecommitdiff
path: root/sys/pc98
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2012-03-19 21:34:11 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2012-03-19 21:34:11 +0000
commit2c7879ea84b08a108da3bed4bc901a8e53a03a41 (patch)
tree914a4cdfcf7ed98d67882449be9f232472c282d0 /sys/pc98
parent68156ad98288419481e26e72d76a720beb394478 (diff)
downloadsrc-2c7879ea84b08a108da3bed4bc901a8e53a03a41.tar.gz
src-2c7879ea84b08a108da3bed4bc901a8e53a03a41.zip
Copy i386 specialreg.h to x86 and merge with amd64 specialreg.h. Replace
amd64/i386/pc98 specialreg.h with stubs.
Notes
Notes: svn path=/head/; revision=233207
Diffstat (limited to 'sys/pc98')
-rw-r--r--sys/pc98/include/specialreg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pc98/include/specialreg.h b/sys/pc98/include/specialreg.h
index 1e87205b2e8d..aace4bfd62e9 100644
--- a/sys/pc98/include/specialreg.h
+++ b/sys/pc98/include/specialreg.h
@@ -3,4 +3,4 @@
*/
/* $FreeBSD$ */
-#include <i386/specialreg.h>
+#include <x86/specialreg.h>