From: Thomas Gleixner Date: Wed, 16 Jul 2014 21:04:07 +0000 (+0000) Subject: timekeeping: Cache optimize struct timekeeper X-Git-Tag: omap-for-v3.17/fixes-against-rc2~152^2~56 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3fdb14fd1df70325e1e91e1203a699a4803ed741;p=pandora-kernel.git timekeeping: Cache optimize struct timekeeper struct timekeeper is quite badly sorted for the hot readout path. Most time access functions need to load two cache lines. Rearrange it so ktime_get() and getnstimeofday() are happy with a single cache line. Signed-off-by: Thomas Gleixner Signed-off-by: John Stultz --- Reading git-diff-tree failed