Skip to content

Commit

Permalink
parisc: export empty_zero_page
Browse files Browse the repository at this point in the history
Needed by ext4 when built as a module.

Signed-off-by: Kyle McMartin <kyle@mcmartin.ca>
  • Loading branch information
Kyle McMartin committed Jun 13, 2008
1 parent db51d92 commit 22febf1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/parisc/mm/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 22febf1

Please sign in to comment.