Commit e81510e0 authored by Chris Metcalf's avatar Chris Metcalf

arch/tile: export the page_home() function.

This avois a bug in modules trying to use the function.
Signed-off-by: default avatarChris Metcalf <cmetcalf@tilera.com>
parent 918cbd38
...@@ -394,6 +394,7 @@ int page_home(struct page *page) ...@@ -394,6 +394,7 @@ int page_home(struct page *page)
return pte_to_home(*virt_to_pte(NULL, kva)); 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) void homecache_change_page_home(struct page *page, int order, int home)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment