Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 145837
b: refs/heads/master
c: a1ce1be
h: refs/heads/master
i:
  145835: ea1222c
v: v3
  • Loading branch information
Ian Campbell authored and Jeremy Fitzhardinge committed Mar 30, 2009
1 parent ac39988 commit 5e9ce84
Show file tree
Hide file tree
Showing 11 changed files with 2 additions and 643 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0a4666b539a0e896ec4e8396a034a479e3573125
refs/heads/master: a1ce1be578365a4da7e7d7db4812539d2d5da763
10 changes: 0 additions & 10 deletions trunk/drivers/xen/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,6 @@ config XEN_SCRUB_PAGES
secure, but slightly less efficient.
If in doubt, say yes.

config XEN_DEV_EVTCHN
tristate "Xen /dev/xen/evtchn device"
depends on XEN
default y
help
The evtchn driver allows a userspace process to triger event
channels and to receive notification of an event channel
firing.
If in doubt, say yes.

config XENFS
tristate "Xen filesystem"
depends on XEN
Expand Down
3 changes: 1 addition & 2 deletions trunk/drivers/xen/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@ obj-y += xenbus/
obj-$(CONFIG_HOTPLUG_CPU) += cpu_hotplug.o
obj-$(CONFIG_XEN_XENCOMM) += xencomm.o
obj-$(CONFIG_XEN_BALLOON) += balloon.o
obj-$(CONFIG_XEN_DEV_EVTCHN) += evtchn.o
obj-$(CONFIG_XENFS) += xenfs/
obj-$(CONFIG_XENFS) += xenfs/
6 changes: 0 additions & 6 deletions trunk/drivers/xen/events.c
Original file line number Diff line number Diff line change
Expand Up @@ -151,12 +151,6 @@ static unsigned int evtchn_from_irq(unsigned irq)
return info_for_irq(irq)->evtchn;
}

unsigned irq_from_evtchn(unsigned int evtchn)
{
return evtchn_to_irq[evtchn];
}
EXPORT_SYMBOL_GPL(irq_from_evtchn);

static enum ipi_vector ipi_from_irq(unsigned irq)
{
struct irq_info *info = info_for_irq(irq);
Expand Down
Loading

0 comments on commit 5e9ce84

Please sign in to comment.