[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] linux: don't export evtchn_do_upcall()
# HG changeset patch # User cl349@xxxxxxxxxxxxxxxxxxxx # Node ID 4657e299a1a311cb38f05ed7e3129830e3790808 # Parent a67085a3e65d7a8ff8afaa2fbe6b315027b827fb linux: don't export evtchn_do_upcall() Remove the export of evtchn_do_upcall(). Given the constraints on the use of this function (should run at least with irqcount adjusted properly, preferrably also on irq stack), it doesn't seem reasonable for this function to be exported. From: Jan Beulich <JBeulich@xxxxxxxxxx> Signed-off-by: Christian Limpach <Christian.Limpach@xxxxxxxxxxxx> diff -r a67085a3e65d -r 4657e299a1a3 linux-2.6-xen-sparse/drivers/xen/core/evtchn.c --- a/linux-2.6-xen-sparse/drivers/xen/core/evtchn.c Wed Feb 8 15:36:49 2006 +++ b/linux-2.6-xen-sparse/drivers/xen/core/evtchn.c Wed Feb 8 15:38:38 2006 @@ -179,7 +179,6 @@ } } } -EXPORT_SYMBOL(evtchn_do_upcall); static int find_unbound_irq(void) { _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |