debuggers.hg
changeset 3662:351e129e3735
bitkeeper revision 1.1159.223.59 (420156d4cxaGMuI8rtUWoTShsPVlNQ)
setup.c:
Always disable irqdebug until we have a way to avoid interrupt conflicts.
Signed-off-by: c@pin.lu
setup.c:
Always disable irqdebug until we have a way to avoid interrupt conflicts.
Signed-off-by: c@pin.lu
author | cl349@arcadians.cl.cam.ac.uk |
---|---|
date | Wed Feb 02 22:40:20 2005 +0000 (2005-02-02) |
parents | 1207ae53e15f |
children | 6d07967a51b3 |
files | linux-2.6.10-xen-sparse/arch/xen/i386/kernel/setup.c |
line diff
1.1 --- a/linux-2.6.10-xen-sparse/arch/xen/i386/kernel/setup.c Wed Feb 02 15:09:37 2005 +0000 1.2 +++ b/linux-2.6.10-xen-sparse/arch/xen/i386/kernel/setup.c Wed Feb 02 22:40:20 2005 +0000 1.3 @@ -1491,6 +1491,10 @@ 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(max_low_pfn); 1.12 1.13 /* If we are a privileged guest OS then we should request IO privs. */