diff -urN oldtree/kernel/timer.c newtree.2/kernel/timer.c
--- oldtree/kernel/timer.c	2006-07-05 10:06:57.000000000 -0400
+++ newtree.2/kernel/timer.c	2006-07-06 19:37:50.000000000 -0400
@@ -789,6 +789,13 @@
 #include <linux/clocksource.h>
 static struct clocksource *clock; /* pointer to current clocksource */
 
+void printk_clock_info(void)
+{
+       printk("clock %s: m:%u,s:%u,cl:%Lu,ci:%Lu,xn:%Lu,xi:%Lu,e:%Ld\n",
+               clock->name, clock->mult, clock->shift, clock->cycle_last, clock->cycle_interval,
+               clock->xtime_nsec, clock->xtime_interval, clock->error);
+}
+
 #ifdef CONFIG_GENERIC_TIME
 /**
  * __get_nsec_offset - Returns nanoseconds since last call to periodic_hook
