[PATCH 3/4] ARM: nomadik: move l2x0 setup to device tree
Linus Walleij
linus.walleij at linaro.org
Sun Aug 2 15:43:23 PDT 2015
On Mon, Aug 3, 2015 at 12:06 AM, Russell King - ARM Linux
<linux at arm.linux.org.uk> wrote:
> On Sun, Aug 02, 2015 at 11:56:33PM +0200, Linus Walleij wrote:
>> - /* At full speed latency must be >=2, so 0x249 in low bits */
>> - .l2c_aux_val = 0x00700249,
>> - .l2c_aux_mask = 0xfe0fefff,
>> + .l2c_aux_val = 0x0,
>> + .l2c_aux_mask = ~0x0UL,
>
> It always amazes me by the things people come up with... what prompted
> the addition of "UL" on that constant? Why do you think it needs it?
Good old mindless cut'n'paste.
Will fix, thanks!
Yours,
Linus Walleij
More information about the linux-arm-kernel
mailing list