MIPS: mm: Fix highmem compile
authorPaul Burton <paul.burton@mips.com>
Fri, 23 Aug 2019 16:48:58 +0000 (17:48 +0100)
committerPaul Burton <paul.burton@mips.com>
Fri, 23 Aug 2019 16:50:30 +0000 (17:50 +0100)
commit625cfb6f20360e82a9c65d8184df49f1d67bc18e
tree0f4ca148a8cb517b519a22b9a270b7d3d278154e
parenta94e4f24ec836c8984f839594bad7454184975b1
MIPS: mm: Fix highmem compile

Commit a5718fe8f70f ("MIPS: mm: Drop boot_mem_map") removed the
definition of a page variable for some reason, but that variable is
still used. Restore it to fix compilation with CONFIG_HIGHMEM enabled.

Signed-off-by: Paul Burton <paul.burton@mips.com>
arch/mips/mm/init.c