diff options
author | tijl <tijl@FreeBSD.org> | 2012-03-18 19:12:11 +0000 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2012-03-18 19:12:11 +0000 |
commit | 35c7447060de647306fd7680d6e277d1c28d3ed6 (patch) | |
tree | 9a0dee177ab5347c9aa3aac0e8e13706efaebc3f /sys/amd64/ia32 | |
parent | 2bf580ea66d788d822942a29b2d9fe19d7d0c7d6 (diff) | |
download | FreeBSD-src-35c7447060de647306fd7680d6e277d1c28d3ed6.zip FreeBSD-src-35c7447060de647306fd7680d6e277d1c28d3ed6.tar.gz |
Eliminate ia32_reg.h by moving its contents to x86 and ia64 reg.h.
Reviewed by: kib
Diffstat (limited to 'sys/amd64/ia32')
-rw-r--r-- | sys/amd64/ia32/ia32_reg.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/amd64/ia32/ia32_reg.c b/sys/amd64/ia32/ia32_reg.c index 71eed5e..5bc18f1 100644 --- a/sys/amd64/ia32/ia32_reg.c +++ b/sys/amd64/ia32/ia32_reg.c @@ -65,7 +65,6 @@ __FBSDID("$FreeBSD$"); #include <compat/freebsd32/freebsd32_util.h> #include <compat/freebsd32/freebsd32_proto.h> #include <machine/fpu.h> -#include <compat/ia32/ia32_reg.h> #include <machine/psl.h> #include <machine/segments.h> #include <machine/specialreg.h> |