|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
weird printk timestamps
From: Heid, Oliver (oliver.heid
siemens.com)
Date: Fri Dec 01 2006 - 04:37:53 CST
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Dear all,
I've noticed that printk has weird timestamps in 2.6.1[78] kernels on
all my UP2000+, PC164 and XP1000 boxes. It seems that some recent CPU
jiffies changes have not been ported to the alpha tree. My quick fix
(???) for the (otherwise nicely working - a big thanks!!) 2.6.17.1[13]
kernels was
************
--- include/linux/jiffies.h~ 2006-06-18 03:49:35.000000000 +0200
+++ include/linux/jiffies.h 2006-12-01 11:30:32.000000000 +0100

-119,7 +119,7 
* Have the 32 bit jiffies value wrap 5 minutes after boot
* so jiffies wrap bugs show up earlier.
*/
-#define INITIAL_JIFFIES ((unsigned long)(unsigned int) (-300*HZ))
+#define INITIAL_JIFFIES ((unsigned long)(unsigned int) (0*HZ))
/*
* Change timeval to jiffies, trying to avoid the
************
Any comments?!
Oliver
_______________________________________________
axp-list mailing list
axp-list
redhat.com
https://www.redhat.com/mailman/listinfo/axp-list
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]