summaryrefslogtreecommitdiffstats
path: root/sys/pc98
diff options
context:
space:
mode:
authortijl <tijl@FreeBSD.org>2012-03-18 19:06:38 +0000
committertijl <tijl@FreeBSD.org>2012-03-18 19:06:38 +0000
commit2bf580ea66d788d822942a29b2d9fe19d7d0c7d6 (patch)
treea2bfb9dfb51dc3e326eee9056051278919316b8e /sys/pc98
parentf36691a4af70956621d759efff296eb1fa3d40fa (diff)
downloadFreeBSD-src-2bf580ea66d788d822942a29b2d9fe19d7d0c7d6.zip
FreeBSD-src-2bf580ea66d788d822942a29b2d9fe19d7d0c7d6.tar.gz
Copy i386 reg.h to x86 and merge with amd64 reg.h. Replace i386/amd64/pc98
reg.h with stubs. The tREGISTER macros are only made visible on i386. These macros are deprecated and should not be available on amd64. The i386 and amd64 versions of struct reg have been renamed to struct __reg32 and struct __reg64. During compilation either __reg32 or __reg64 is defined as reg depending on the machine architecture. On amd64 the i386 struct is also available as struct reg32 which is used in COMPAT_FREEBSD32 code. Most of compat/ia32/ia32_reg.h is now IA64 only. Reviewed by: kib (previous version)
Diffstat (limited to 'sys/pc98')
-rw-r--r--sys/pc98/include/reg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pc98/include/reg.h b/sys/pc98/include/reg.h
index c7f2a43..f6fb2bc 100644
--- a/sys/pc98/include/reg.h
+++ b/sys/pc98/include/reg.h
@@ -3,4 +3,4 @@
*/
/* $FreeBSD$ */
-#include <i386/reg.h>
+#include <x86/reg.h>
OpenPOWER on IntegriCloud