svn commit: r184114 - head/sys/i386/i386

Kip Macy kmacy at FreeBSD.org
Tue Oct 21 08:02:18 UTC 2008


Author: kmacy
Date: Tue Oct 21 08:02:18 2008
New Revision: 184114
URL: http://svn.freebsd.org/changeset/base/184114

Log:
  remove gratuitous XEN define

Modified:
  head/sys/i386/i386/trap.c

Modified: head/sys/i386/i386/trap.c
==============================================================================
--- head/sys/i386/i386/trap.c	Tue Oct 21 08:01:19 2008	(r184113)
+++ head/sys/i386/i386/trap.c	Tue Oct 21 08:02:18 2008	(r184114)
@@ -123,14 +123,6 @@ dtrace_doubletrap_func_t	dtrace_doubletr
 systrace_probe_func_t	systrace_probe_func;
 #endif
 
-#ifdef XEN
-#include <sys/syslog.h>
-#include <machine/xen/xenfunc.h>
-#include <machine/xen/hypervisor.h>
-#include <machine/xen/xenvar.h>
-#include <machine/xen/evtchn.h>
-#endif
-
 extern void trap(struct trapframe *frame);
 extern void syscall(struct trapframe *frame);
 


More information about the svn-src-all mailing list