]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitc77c869214c350afe5a751bf38ae2a0c8746a93f
tree0f4ca148a8cb517b519a22b9a270b7d3d278154e
parent84d220b74bddddd41f128cdad1615d2433ff463b
MIPS: mm: Fix highmem compile

Commit 26124fb8b6b9 ("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