svn commit: r210052 - head/sys/x86/x86

Alexander Motin mav at FreeBSD.org
Wed Jul 14 10:49:15 UTC 2010


Author: mav
Date: Wed Jul 14 10:49:14 2010
New Revision: 210052
URL: http://svn.freebsd.org/changeset/base/210052

Log:
  Remove some unneeded includes. Code now can be built on ARM.

Modified:
  head/sys/x86/x86/timeevents.c

Modified: head/sys/x86/x86/timeevents.c
==============================================================================
--- head/sys/x86/x86/timeevents.c	Wed Jul 14 08:58:50 2010	(r210051)
+++ head/sys/x86/x86/timeevents.c	Wed Jul 14 10:49:14 2010	(r210052)
@@ -34,7 +34,6 @@ __FBSDID("$FreeBSD$");
 /* XEN has own timer routines now. */
 #ifndef XEN
 
-#include "opt_clock.h"
 #include "opt_kdtrace.h"
 
 #include <sys/param.h>
@@ -53,8 +52,6 @@ __FBSDID("$FreeBSD$");
 #include <machine/atomic.h>
 #include <machine/clock.h>
 #include <machine/cpu.h>
-#include <machine/intr_machdep.h>
-#include <machine/md_var.h>
 #include <machine/smp.h>
 
 #ifdef KDTRACE_HOOKS


More information about the svn-src-all mailing list