summaryrefslogtreecommitdiffstats
path: root/arch/tile/mm/init.c
diff options
context:
space:
mode:
authorChris Metcalf <cmetcalf@tilera.com>2013-08-09 16:17:03 -0400
committerChris Metcalf <cmetcalf@tilera.com>2013-08-30 11:56:38 -0400
commit084fe6a0f53f61fd5f9b33391af1077addec0ce0 (patch)
tree36651b0396ccdff9c2cdebddbe2c1c3e1aa5d4e0 /arch/tile/mm/init.c
parentabe3265a6d2e5e805361e0fea3346622f3199d68 (diff)
downloadop-kernel-dev-084fe6a0f53f61fd5f9b33391af1077addec0ce0.zip
op-kernel-dev-084fe6a0f53f61fd5f9b33391af1077addec0ce0.tar.gz
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>
Diffstat (limited to 'arch/tile/mm/init.c')
-rw-r--r--arch/tile/mm/init.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/tile/mm/init.c b/arch/tile/mm/init.c
index e182958..3bfa127 100644
--- a/arch/tile/mm/init.c
+++ b/arch/tile/mm/init.c
@@ -777,10 +777,7 @@ void __init paging_init(void)
kernel_physical_mapping_init(pgd_base);
- /*
- * Fixed mappings, only the page table structure has to be
- * created - mappings will be set by set_fixmap():
- */
+ /* Fixed mappings, only the page table structure has to be created. */
page_table_range_init(fix_to_virt(__end_of_fixed_addresses - 1),
FIXADDR_TOP, pgd_base);
OpenPOWER on IntegriCloud