debuggers.hg
changeset 2672:7565994e86cb
bitkeeper revision 1.1159.1.228 (416ca213W0jQ7WsVdoY9rz0gGRV6Nw)
a little temporary debugging output for the time bug
a little temporary debugging output for the time bug
author | iap10@labyrinth.cl.cam.ac.uk |
---|---|
date | Wed Oct 13 03:33:39 2004 +0000 (2004-10-13) |
parents | 44ab932026a6 |
children | 0174982516f6 |
files | linux-2.6.8.1-xen-sparse/arch/xen/i386/kernel/time.c |
line diff
1.1 --- a/linux-2.6.8.1-xen-sparse/arch/xen/i386/kernel/time.c Wed Oct 13 03:31:02 2004 +0000 1.2 +++ b/linux-2.6.8.1-xen-sparse/arch/xen/i386/kernel/time.c Wed Oct 13 03:33:39 2004 +0000 1.3 @@ -376,7 +376,10 @@ static inline void do_timer_interrupt(in 1.4 if (delta < 0) { 1.5 if (!TIME_VALUES_UP_TO_DATE) 1.6 goto retry; 1.7 - printk("Timer ISR: Time went backwards: %lld\n", delta); 1.8 + printk("Timer ISR: Time went backwards: %lld %lld %ld %lld\n", 1.9 + delta, shadow_system_time, 1.10 + (cur_timer->get_offset() * NSEC_PER_USEC), 1.11 + processed_system_time); 1.12 return; 1.13 } 1.14