Skip to content
Commit 918cbd38 authored by Chris Metcalf's avatar Chris Metcalf
Browse files

arch/tile: fix pointer cast in cacheflush.c



Pragmatically it couldn't be wrong to cast pointers to long to compare
them (since all kernel addresses are in the top half of VA space),
but it's more correct to cast to unsigned long.

Signed-off-by: default avatarChris Metcalf <cmetcalf@tilera.com>
parent 2858f856
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment