From: Thomas Gleixner Date: Wed, 16 Jul 2014 21:05:16 +0000 (+0000) Subject: timekeeping: Create struct tk_read_base and use it in struct timekeeper X-Git-Tag: omap-for-v3.17/fixes-against-rc2~152^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d28ede83791defee9a81e558540699dc46dbbe13;p=pandora-kernel.git timekeeping: Create struct tk_read_base and use it in struct timekeeper The members of the new struct are the required ones for the new NMI safe accessor to clcok monotonic. In order to reuse the existing timekeeping code and to make the update of the fast NMI safe timekeepers a simple memcpy use the struct for the timekeeper as well and convert all users. Signed-off-by: Thomas Gleixner Cc: Peter Zijlstra Cc: Ingo Molnar Cc: Mathieu Desnoyers Signed-off-by: John Stultz --- Reading git-diff-tree failed