Skip to content
Commit 04397fe9 authored by David Vrabel's avatar David Vrabel Committed by Thomas Gleixner
Browse files

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: default avatarDavid 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: default avatarThomas Gleixner <tglx@linutronix.de>
parent 0eb07165
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment