]> Pileus Git - ~andy/linux/commitdiff
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 1cc6ae477c98b59711c29deb5674e50c63c96be3..499f73770b05d09e1616e1d9a2293a20c7ae1bac 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)
 {