WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] [PATCH] linux: remove dead event channel declarations

To: <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] [PATCH] linux: remove dead event channel declarations
From: "Jan Beulich" <jbeulich@xxxxxxxxxx>
Date: Wed, 18 Mar 2009 15:17:04 +0000
Delivery-date: Wed, 18 Mar 2009 08:24:11 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
As usual, written and tested on 2.6.29-rc7 and made apply to the 2.6.18
tree without further testing.

Signed-off-by: Jan Beulich <jbeulich@xxxxxxxxxx>

--- head-2009-03-18.orig/include/xen/evtchn.h   2009-03-18 16:09:04.000000000 
+0100
+++ head-2009-03-18/include/xen/evtchn.h        2009-03-18 16:11:22.000000000 
+0100
@@ -223,18 +223,4 @@ void notify_remote_via_irq(int irq);
 void notify_remote_via_irq(int irq);
 int irq_to_evtchn_port(int irq);
 
-#define PIRQ_SET_MAPPING 0x0
-#define PIRQ_CLEAR_MAPPING 0x1
-#define PIRQ_GET_MAPPING 0x3
-int pirq_mapstatus(int pirq, int action);
-int set_pirq_hw_action(int pirq, int (*action)(int pirq, int action));
-int clear_pirq_hw_action(int pirq);
-
-#define PIRQ_STARTUP 1
-#define PIRQ_SHUTDOWN 2
-#define PIRQ_ENABLE 3
-#define PIRQ_DISABLE 4
-#define PIRQ_END 5
-#define PIRQ_ACK 6
-
 #endif /* __ASM_EVTCHN_H__ */




_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] [PATCH] linux: remove dead event channel declarations, Jan Beulich <=