[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] Merged.
# HG changeset patch # User emellor@xxxxxxxxxxxxxxxxxxxxxx # Node ID 5e4e11d059a1d9aa42b818ad0118c163e2f66767 # Parent 2b92f50b769237c0eca0e524e9427dbc8b16964a # Parent 420db20e103c77ea0dbf443eb551db5d58371fdd Merged. diff -r 2b92f50b7692 -r 5e4e11d059a1 linux-2.6-xen-sparse/arch/xen/kernel/evtchn.c --- a/linux-2.6-xen-sparse/arch/xen/kernel/evtchn.c Mon Oct 17 13:07:47 2005 +++ b/linux-2.6-xen-sparse/arch/xen/kernel/evtchn.c Mon Oct 17 13:12:20 2005 @@ -42,6 +42,7 @@ #include <asm-xen/xen-public/physdev.h> #include <asm/hypervisor.h> #include <asm-xen/evtchn.h> +#include <linux/mc146818rtc.h> /* RTC_IRQ */ /* * This lock protects updates to the following mapping and reference-count @@ -744,6 +745,13 @@ { irq_bindcount[pirq_to_irq(i)] = 1; +#ifdef RTC_IRQ + /* If not domain 0, force our RTC driver to fail its probe. */ + if ((i == RTC_IRQ) && + !(xen_start_info->flags & SIF_INITDOMAIN)) + continue; +#endif + irq_desc[pirq_to_irq(i)].status = IRQ_DISABLED; irq_desc[pirq_to_irq(i)].action = 0; irq_desc[pirq_to_irq(i)].depth = 1; _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |