Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/xen Remove unused header evtchn.h from intr.h



details:   https://anonhg.NetBSD.org/src/rev/216dafd2ae4f
branches:  trunk
changeset: 783516:216dafd2ae4f
user:      cherry <cherry%NetBSD.org@localhost>
date:      Thu Dec 27 06:42:14 2012 +0000

description:
Remove unused header evtchn.h from intr.h

diffstat:

 sys/arch/xen/include/intr.h |  3 +--
 sys/arch/xen/x86/xen_ipi.c  |  7 ++++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (47 lines):

diff -r 8850d00f6454 -r 216dafd2ae4f sys/arch/xen/include/intr.h
--- a/sys/arch/xen/include/intr.h       Thu Dec 27 06:29:50 2012 +0000
+++ b/sys/arch/xen/include/intr.h       Thu Dec 27 06:42:14 2012 +0000
@@ -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>
 
diff -r 8850d00f6454 -r 216dafd2ae4f sys/arch/xen/x86/xen_ipi.c
--- a/sys/arch/xen/x86/xen_ipi.c        Thu Dec 27 06:29:50 2012 +0000
+++ b/sys/arch/xen/x86/xen_ipi.c        Thu Dec 27 06:42:14 2012 +0000
@@ -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 @@
 #include <machine/frame.h>
 #include <machine/segments.h>
 
+#include <xen/evtchn.h>
 #include <xen/intr.h>
 #include <xen/intrdefs.h>
 #include <xen/hypervisor.h>



Home | Main Index | Thread Index | Old Index