Home
last modified time | relevance | path

Searched hist:"43381474 ff99afc02b0433acfdf48ebdd6d11ce2" (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc83xx/
H A Dlaw.c43381474ff99afc02b0433acfdf48ebdd6d11ce2 Fri Jan 22 10:20:10 UTC 2016 Ashish kumar <Ashish.kumar@nxp.com> arch/powperpc: Fix start_align due to use of __ffs64() instead ffs64()

Incorrect DDR law was created in case of B4860qds after commit
2d2f490d. Return value of ffs64() differs from __ffs64(), eg.
ffs64(0x80000000) = 0x20
__ffs64(0x80000000) = 0x1f
As a result of this change, callers need to adjust the expected
return value by removing -1.

Signed-off-by: Ashish Kumar <Ashish.Kumar@nxp.com>
Reviewed-by: York Sun <york.sun@nxp.com>
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xxx/
H A Dlaw.c43381474ff99afc02b0433acfdf48ebdd6d11ce2 Fri Jan 22 10:20:10 UTC 2016 Ashish kumar <Ashish.kumar@nxp.com> arch/powperpc: Fix start_align due to use of __ffs64() instead ffs64()

Incorrect DDR law was created in case of B4860qds after commit
2d2f490d. Return value of ffs64() differs from __ffs64(), eg.
ffs64(0x80000000) = 0x20
__ffs64(0x80000000) = 0x1f
As a result of this change, callers need to adjust the expected
return value by removing -1.

Signed-off-by: Ashish Kumar <Ashish.Kumar@nxp.com>
Reviewed-by: York Sun <york.sun@nxp.com>