Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e81510e0 authored by Chris Metcalf's avatar Chris Metcalf
Browse files

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
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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)
{