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>
This commit is contained in:
parent
918cbd38ae
commit
e81510e0c3
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue