]> Git Repo - linux.git/commit
time: Rename misnamed minsec argument of clocks_calc_mult_shift()
authorNicolas Pitre <[email protected]>
Tue, 11 Jan 2011 17:18:12 +0000 (12:18 -0500)
committerThomas Gleixner <[email protected]>
Wed, 12 Jan 2011 11:23:12 +0000 (12:23 +0100)
commit5fdade95f26372154459347dfb9f60721d22cfc7
tree17575b462302904b9b2c0a912d245f0fa3572aa8
parentcb600d2f83c854ec3d6660063e4466431999489b
time: Rename misnamed minsec argument of clocks_calc_mult_shift()

The minsec argument to clocks_calc_mult_shift() is misnamed. It is used
to clamp the magnitude of the mult factor so that a multiplication with
any value in the given range won't overflow a 64 bit result.  Let's
rename it to match the actual usage.

Signed-off-by: Nicolas Pitre <[email protected]>
Acked-by: John Stultz <[email protected]>
LKML-Reference: <alpine.LFD.2.00.1101111207140[email protected]>
Signed-off-by: Thomas Gleixner <[email protected]>
kernel/time/clocksource.c
This page took 0.056498 seconds and 4 git commands to generate.