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

[Xen-changelog] [xen-unstable] [PV-on-HVM] Add definition of irq_to_evtchn_port().



# HG changeset patch
# User kfraser@xxxxxxxxxxxxxxxxxxxxx
# Date 1168088218 0
# Node ID d3e40fd6038ecc67c197b2cf996729b345cbd5f6
# Parent  69579f9f1c8197a432ebf8f59aca14db9eac70ad
[PV-on-HVM] Add definition of irq_to_evtchn_port().
Signed-off-by: Keir Fraser <keir@xxxxxxxxxxxxx>
---
 unmodified_drivers/linux-2.6/platform-pci/evtchn.c |    6 ++++++
 1 files changed, 6 insertions(+)

diff -r 69579f9f1c81 -r d3e40fd6038e 
unmodified_drivers/linux-2.6/platform-pci/evtchn.c
--- a/unmodified_drivers/linux-2.6/platform-pci/evtchn.c        Sat Jan 06 
11:17:52 2007 +0000
+++ b/unmodified_drivers/linux-2.6/platform-pci/evtchn.c        Sat Jan 06 
12:56:58 2007 +0000
@@ -48,6 +48,12 @@ static struct {
        void *dev_id;
        int close; /* close on unbind_from_irqhandler()? */
 } evtchns[MAX_EVTCHN];
+
+int irq_to_evtchn_port(int irq)
+{
+       return irq;
+}
+EXPORT_SYMBOL(irq_to_evtchn_port);
 
 void mask_evtchn(int port)
 {

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


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.