commit | f9f4ced3d396255f6b23e29c6dd12cbaf80a1e2b | [log] [tgz] |
---|---|---|
author | Lokesh Vutla <lokeshvutla@ti.com> | Thu Aug 11 13:00:59 2016 +0530 |
committer | Tom Rini <trini@konsulko.com> | Fri Aug 12 09:23:47 2016 -0400 |
tree | 705a2495695397c838f8019a9651af4d344be202 | |
parent | bd37c7d8790b79b8932d76e192b571539ddccd30 [diff] |
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>