arch/tile: export the page_home() function.
authorChris Metcalf <cmetcalf@tilera.com>
Thu, 29 Mar 2012 20:19:45 +0000 (16:19 -0400)
committerChris Metcalf <cmetcalf@tilera.com>
Mon, 2 Apr 2012 16:13:42 +0000 (12:13 -0400)
This avois a bug in modules trying to use the function.

Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
arch/tile/mm/homecache.c

index 1cc6ae4..499f737 100644 (file)
@@ -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)
 {