]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
timekeeping: Pass flags instead of multiple bools to timekeeping_update()
authorDavid Vrabel <david.vrabel@citrix.com>
Thu, 27 Jun 2013 10:35:45 +0000 (11:35 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Fri, 28 Jun 2013 21:15:06 +0000 (23:15 +0200)
commit04397fe94ad65289884b9862b6a0c722ececaadf
treeb8cb0d1e8eca2540534a16ee0650aa7ede33d52b
parent0eb071651474952c8b6daecd36b378e2d01be22c
timekeeping: Pass flags instead of multiple bools to timekeeping_update()

Instead of passing multiple bools to timekeeping_updated(), define
flags and use a single 'action' parameter.  It is then more obvious
what each timekeeping_update() call does.

Signed-off-by: David Vrabel <david.vrabel@citrix.com>
Cc: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Cc: John Stultz <john.stultz@linaro.org>
Cc: <xen-devel@lists.xen.org>
Link: http://lkml.kernel.org/r/1372329348-20841-3-git-send-email-david.vrabel@citrix.com
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
kernel/time/timekeeping.c