Re: [PATCH 10/15] arch/mips: Use DIV_ROUND_CLOSEST
From: Ralf Baechle <hidden>
Date: 2009-08-02 18:41:43
Also in:
kernel-janitors, lkml
From: Ralf Baechle <hidden>
Date: 2009-08-02 18:41:43
Also in:
kernel-janitors, lkml
On Sun, Aug 02, 2009 at 10:48:08AM +0200, Julia Lawall wrote:
From: Julia Lawall <redacted> The kernel.h macro DIV_ROUND_CLOSEST performs the computation (x + d/2)/d but is perhaps more readable.
Applied. Thanks Julia! Ralf