ia64/xen-unstable
changeset 658:59ad019649a5
bitkeeper revision 1.373 (3f1d3c89GghK7RKLGKYyRPGRxqy5bw)
apic.c:
Clean ups.
apic.c:
Clean ups.
author | kaf24@scramble.cl.cam.ac.uk |
---|---|
date | Tue Jul 22 13:30:49 2003 +0000 (2003-07-22) |
parents | c82a216f0773 |
children | 3dce70f5b210 |
files | xen/arch/i386/apic.c |
line diff
1.1 --- a/xen/arch/i386/apic.c Tue Jul 22 13:25:32 2003 +0000 1.2 +++ b/xen/arch/i386/apic.c Tue Jul 22 13:30:49 2003 +0000 1.3 @@ -555,9 +555,7 @@ void setup_APIC_timer(void * data) 1.4 unsigned long flags; 1.5 __save_flags(flags); 1.6 __sti(); 1.7 - printk("cpu: %d: setup timer.", smp_processor_id()); 1.8 __setup_APIC_LVTT(0); 1.9 - printk("done\n"); 1.10 __restore_flags(flags); 1.11 } 1.12