Skip to content
Snippets Groups Projects
Commit 22febf1f authored by Kyle McMartin's avatar Kyle McMartin
Browse files

parisc: export empty_zero_page


Needed by ext4 when built as a module.

Signed-off-by: default avatarKyle McMartin <kyle@mcmartin.ca>
parent db51d92b
No related branches found
No related tags found
No related merge requests found
......@@ -547,6 +547,7 @@ void __init mem_init(void)
}
unsigned long *empty_zero_page __read_mostly;
EXPORT_SYMBOL(empty_zero_page);
void show_mem(void)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment