]> git.karo-electronics.de Git - karo-tx-linux.git/commit
tile: remove set/clear_fixmap APIs
authorChris Metcalf <cmetcalf@tilera.com>
Fri, 9 Aug 2013 20:17:03 +0000 (16:17 -0400)
committerChris Metcalf <cmetcalf@tilera.com>
Tue, 13 Aug 2013 20:27:28 +0000 (16:27 -0400)
commitc6069fbec1f55192799cc8722dc69353f64f7852
tree41208676475297304e0834cfb1980dc94986eca9
parent6bb500b1f652eaa7f31aba032e277820167b5fa1
tile: remove set/clear_fixmap APIs

Nothing in the codebase was using them, and as written they took
"unsigned long" as the physical address rather than "phys_addr_t",
which is wrong on tilepro anyway.  Rather than fixing stale APIs,
just remove them; if there's ever demand for them on this platform,
we can put them back.

Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
arch/tile/include/asm/fixmap.h
arch/tile/mm/init.c
arch/tile/mm/pgtable.c