[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] Do not disable spurious irq debugging in i386 xenlinux. It may
# HG changeset patch # User kaf24@xxxxxxxxxxxxxxxxxxxx # Node ID d857c6281410174d8e9ddd90443b7840aad10f72 # Parent c5df04d6af1751af399ae5063a7618f05be55368 Do not disable spurious irq debugging in i386 xenlinux. It may be masking underlying problems, and the problem it was intended to work around should be fixed properly. Signed-off-by: Keir Fraser <keir@xxxxxxxxxxxxx> diff -r c5df04d6af17 -r d857c6281410 linux-2.6-xen-sparse/arch/i386/kernel/setup-xen.c --- a/linux-2.6-xen-sparse/arch/i386/kernel/setup-xen.c Fri Apr 7 12:40:22 2006 +++ b/linux-2.6-xen-sparse/arch/i386/kernel/setup-xen.c Fri Apr 7 12:41:58 2006 @@ -1848,10 +1848,6 @@ get_smp_config(); #endif - /* XXX Disable irqdebug until we have a way to avoid interrupt - * conflicts. */ - noirqdebug_setup(""); - register_memory(); if (xen_start_info->flags & SIF_INITDOMAIN) { _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |