ia64/xen-unstable
changeset 9634:d857c6281410
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@xensource.com>
be masking underlying problems, and the problem it was intended
to work around should be fixed properly.
Signed-off-by: Keir Fraser <keir@xensource.com>
author | kaf24@firebug.cl.cam.ac.uk |
---|---|
date | Fri Apr 07 13:41:58 2006 +0100 (2006-04-07) |
parents | c5df04d6af17 |
children | b84517e3fc30 |
files | linux-2.6-xen-sparse/arch/i386/kernel/setup-xen.c |
line diff
1.1 --- a/linux-2.6-xen-sparse/arch/i386/kernel/setup-xen.c Fri Apr 07 13:40:22 2006 +0100 1.2 +++ b/linux-2.6-xen-sparse/arch/i386/kernel/setup-xen.c Fri Apr 07 13:41:58 2006 +0100 1.3 @@ -1848,10 +1848,6 @@ void __init setup_arch(char **cmdline_p) 1.4 get_smp_config(); 1.5 #endif 1.6 1.7 - /* XXX Disable irqdebug until we have a way to avoid interrupt 1.8 - * conflicts. */ 1.9 - noirqdebug_setup(""); 1.10 - 1.11 register_memory(); 1.12 1.13 if (xen_start_info->flags & SIF_INITDOMAIN) {