]> git.baikalelectronics.ru Git - kernel.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>
Fri, 30 Aug 2013 15:56:38 +0000 (11:56 -0400)
commitc3bd87ca65c2a2d1d5ea046a9b44b941df371348
tree36651b0396ccdff9c2cdebddbe2c1c3e1aa5d4e0
parentc59d2982af96e4d654d36ff606de5866a679741b
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