aboutsummaryrefslogtreecommitdiffstats
path: root/arch/tile
diff options
context:
space:
mode:
authorChris Metcalf <cmetcalf@tilera.com>2012-03-29 16:19:45 -0400
committerChris Metcalf <cmetcalf@tilera.com>2012-04-02 12:13:42 -0400
commite81510e0c3800dc730e0c544e3949f7bde368c2b (patch)
treeb48843a62d4e04df57299280fe29608e0335c2da /arch/tile
parentarch/tile: fix pointer cast in cacheflush.c (diff)
downloadlinux-dev-e81510e0c3800dc730e0c544e3949f7bde368c2b.tar.xz
linux-dev-e81510e0c3800dc730e0c544e3949f7bde368c2b.zip
arch/tile: export the page_home() function.
This avois a bug in modules trying to use the function. Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
Diffstat (limited to 'arch/tile')
-rw-r--r--arch/tile/mm/homecache.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/tile/mm/homecache.c b/arch/tile/mm/homecache.c
index 1cc6ae477c98..499f73770b05 100644
--- a/arch/tile/mm/homecache.c
+++ b/arch/tile/mm/homecache.c
@@ -394,6 +394,7 @@ int page_home(struct page *page)
return pte_to_home(*virt_to_pte(NULL, kva));
}
}
+EXPORT_SYMBOL(page_home);
void homecache_change_page_home(struct page *page, int order, int home)
{