Home
last modified time | relevance | path

Searched hist:"1 f01962e0fde9d3e57318e9f6e05c45d8ef2a783" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/net/
H A Dcpsw.c1f01962e0fde9d3e57318e9f6e05c45d8ef2a783 Thu Aug 11 07:30:59 UTC 2016 Lokesh Vutla <lokeshvutla@ti.com> drivers: net: cpsw: always flush cache of size aligned to PKTALIGN

cpsw tries to flush dcache which is not in the range of PKTALIGN.
Because of this the following warning comes while flushing:

CACHE: Misaligned operation at range [dffecec0, dffed016]

Fix it by flushing cache of size aligned to PKTALIGN.

Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>