Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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: Chris Metcalf <[email protected]>
- Loading branch information