Commit 22febf1f authored by Kyle McMartin's avatar Kyle McMartin

parisc: export empty_zero_page

Needed by ext4 when built as a module.
Signed-off-by: default avatarKyle McMartin <kyle@mcmartin.ca>
parent db51d92b
...@@ -547,6 +547,7 @@ void __init mem_init(void) ...@@ -547,6 +547,7 @@ void __init mem_init(void)
} }
unsigned long *empty_zero_page __read_mostly; unsigned long *empty_zero_page __read_mostly;
EXPORT_SYMBOL(empty_zero_page);
void show_mem(void) void show_mem(void)
{ {
......
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