• Chris Metcalf's avatar
    tile: remove set/clear_fixmap APIs · 084fe6a0
    Chris Metcalf authored
    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: default avatarChris Metcalf <cmetcalf@tilera.com>
    084fe6a0
fixmap.h 3.73 KB