svn commit: r233127 - head/sys/compat/ia32
Tijl Coosemans
tijl at FreeBSD.org
Sun Mar 18 19:15:12 UTC 2012
Author: tijl
Date: Sun Mar 18 19:15:11 2012
New Revision: 233127
URL: http://svn.freebsd.org/changeset/base/233127
Log:
Remove some unnecessary includes.
Modified:
head/sys/compat/ia32/ia32_sysvec.c
Modified: head/sys/compat/ia32/ia32_sysvec.c
==============================================================================
--- head/sys/compat/ia32/ia32_sysvec.c Sun Mar 18 19:13:32 2012 (r233126)
+++ head/sys/compat/ia32/ia32_sysvec.c Sun Mar 18 19:15:11 2012 (r233127)
@@ -69,15 +69,6 @@ __FBSDID("$FreeBSD$");
#include <compat/freebsd32/freebsd32_proto.h>
#include <compat/freebsd32/freebsd32_syscall.h>
#include <compat/ia32/ia32_signal.h>
-#ifdef __amd64__
-#include <machine/psl.h>
-#include <machine/segments.h>
-#include <machine/specialreg.h>
-#else
-#include <i386/include/psl.h>
-#include <i386/include/segments.h>
-#include <i386/include/specialreg.h>
-#endif
#include <machine/frame.h>
#include <machine/md_var.h>
#include <machine/pcb.h>
More information about the svn-src-head
mailing list