On Fri, May 11, 2007 at 02:08:54AM +0530, jimmy bahuleyan wrote:
"stupid legacy" were Linus' words. http://lwn.net/Articles/233482/
How about this:
"The jiffies variable is a special case because there are too
many places in the kernel which would have to be changed and reviewed
if the volatile would be removed from jiffies. However, the
use of volatile qualifier for jiffies is just as wrong as
it is elsewhere. Don't use jiffies as an excuse to use volatile
in your code."
Johannes
-