Skip to content

Commit

Permalink
arch/tile: export the page_home() function.
Browse files Browse the repository at this point in the history
This avois a bug in modules trying to use the function.

Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
  • Loading branch information
Chris Metcalf committed Apr 2, 2012
1 parent 918cbd3 commit e81510e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/tile/mm/homecache.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit e81510e

Please sign in to comment.