debuggers.hg
changeset 3039:7d1e3f96a1b8
bitkeeper revision 1.1159.1.428 (419a4e23aURf9dK_BkNINC85DT2RDw)
Remove debug printks.
Remove debug printks.
author | cl349@freefall.cl.cam.ac.uk |
---|---|
date | Tue Nov 16 18:59:47 2004 +0000 (2004-11-16) |
parents | c60cac51f45e |
children | f0fe276ae088 |
files | linux-2.6.9-xen-sparse/arch/xen/i386/kernel/smp.c |
line diff
1.1 --- a/linux-2.6.9-xen-sparse/arch/xen/i386/kernel/smp.c Tue Nov 16 18:57:48 2004 +0000 1.2 +++ b/linux-2.6.9-xen-sparse/arch/xen/i386/kernel/smp.c Tue Nov 16 18:59:47 2004 +0000 1.3 @@ -307,7 +307,6 @@ irqreturn_t smp_invalidate_interrupt(int 1.4 } else 1.5 leave_mm(cpu); 1.6 } 1.7 - xxprint("smp_invalidate_interrupt\n"); 1.8 smp_mb__before_clear_bit(); 1.9 cpu_clear(cpu, flush_cpumask); 1.10 smp_mb__after_clear_bit(); 1.11 @@ -362,7 +361,6 @@ static void flush_tlb_others(cpumask_t c 1.12 */ 1.13 send_IPI_mask(cpumask, INVALIDATE_TLB_VECTOR); 1.14 1.15 - xxprint("flush_tlb_others lockup"); 1.16 while (!cpus_empty(flush_cpumask)) 1.17 /* nothing. lockup detection does not belong here */ 1.18 mb();