[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH] linux: remove dead event channel declarations
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
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |