remove gratuitous XEN define

This commit is contained in:
Kip Macy 2008-10-21 08:02:18 +00:00
parent 7814418ad1
commit b61012a0e0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=184114

View File

@ -123,14 +123,6 @@ dtrace_doubletrap_func_t dtrace_doubletrap_func;
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);