Module Name: src
Committed By: cherry
Date: Thu Dec 27 06:42:14 UTC 2012
Modified Files:
src/sys/arch/xen/include: intr.h
src/sys/arch/xen/x86: xen_ipi.c
Log Message:
Remove unused header evtchn.h from intr.h
To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/sys/arch/xen/include/intr.h
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/xen/x86/xen_ipi.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/xen/include/intr.h
diff -u src/sys/arch/xen/include/intr.h:1.34 src/sys/arch/xen/include/intr.h:1.35
--- src/sys/arch/xen/include/intr.h:1.34 Fri Feb 17 18:40:19 2012
+++ src/sys/arch/xen/include/intr.h Thu Dec 27 06:42:14 2012
@@ -1,4 +1,4 @@
-/* $NetBSD: intr.h,v 1.34 2012/02/17 18:40:19 bouyer Exp $ */
+/* $NetBSD: intr.h,v 1.35 2012/12/27 06:42:14 cherry Exp $ */
/* NetBSD intr.h,v 1.15 2004/10/31 10:39:34 yamt Exp */
/*-
@@ -38,7 +38,6 @@
#ifndef _LOCORE
#include <xen/xen.h>
#include <xen/hypervisor.h>
-#include <xen/evtchn.h>
#include <machine/pic.h>
#include <sys/evcnt.h>
Index: src/sys/arch/xen/x86/xen_ipi.c
diff -u src/sys/arch/xen/x86/xen_ipi.c:1.10 src/sys/arch/xen/x86/xen_ipi.c:1.11
--- src/sys/arch/xen/x86/xen_ipi.c:1.10 Fri Feb 17 18:40:20 2012
+++ src/sys/arch/xen/x86/xen_ipi.c Thu Dec 27 06:42:14 2012
@@ -1,4 +1,4 @@
-/* $NetBSD: xen_ipi.c,v 1.10 2012/02/17 18:40:20 bouyer Exp $ */
+/* $NetBSD: xen_ipi.c,v 1.11 2012/12/27 06:42:14 cherry Exp $ */
/*-
* Copyright (c) 2011 The NetBSD Foundation, Inc.
@@ -33,10 +33,10 @@
/*
* Based on: x86/ipi.c
- * __KERNEL_RCSID(0, "$NetBSD: xen_ipi.c,v 1.10 2012/02/17 18:40:20 bouyer Exp $");
+ * __KERNEL_RCSID(0, "$NetBSD: xen_ipi.c,v 1.11 2012/12/27 06:42:14 cherry Exp $");
*/
-__KERNEL_RCSID(0, "$NetBSD: xen_ipi.c,v 1.10 2012/02/17 18:40:20 bouyer Exp $");
+__KERNEL_RCSID(0, "$NetBSD: xen_ipi.c,v 1.11 2012/12/27 06:42:14 cherry Exp $");
#include <sys/types.h>
@@ -56,6 +56,7 @@ __KERNEL_RCSID(0, "$NetBSD: xen_ipi.c,v
#include <machine/frame.h>
#include <machine/segments.h>
+#include <xen/evtchn.h>
#include <xen/intr.h>
#include <xen/intrdefs.h>
#include <xen/hypervisor.h>