Commit db51d92b authored by Kyle McMartin's avatar Kyle McMartin

parisc: export copy_user_page_asm

Needed by fuse (via copy_highpage).
Signed-off-by: default avatarKyle McMartin <kyle@mcmartin.ca>
parent 1138a72c
......@@ -152,3 +152,6 @@ EXPORT_SYMBOL($$dyncall);
EXPORT_SYMBOL(node_data);
EXPORT_SYMBOL(pfnnid_map);
#endif
/* from pacache.S -- needed for copy_page */
EXPORT_SYMBOL(copy_user_page_asm);
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment