]> Git Repo - u-boot.git/commit
net: davinci_emac: Round up top tx buffer boundaries for dcache ops
authorkarl beldan <[email protected]>
Mon, 15 Aug 2016 17:23:00 +0000 (17:23 +0000)
committerJoe Hershberger <[email protected]>
Mon, 22 Aug 2016 19:21:09 +0000 (14:21 -0500)
commit6202b8f28c10977a9533ba4c49574b136a64ce82
treeb961949b017fba14bf43f784d3444dbc84269924
parenta02c232336c626b96e8473f67471d2b82fc0f9d4
net: davinci_emac: Round up top tx buffer boundaries for dcache ops

check_cache_range() warns that the top boundaries are not properly
aligned when flushing or invalidating the buffers and make these
operations fail.

This gets rid of the remaining warnings:
CACHE: Misaligned operation at range

Signed-off-by: Karl Beldan <[email protected]>
Acked-by: Joe Hershberger <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
Reviewed-by: Mugunthan V N <[email protected]>
drivers/net/davinci_emac.c
This page took 0.034558 seconds and 4 git commands to generate.