ARM: change vmalloc_min to vmalloc_start
authorRussell King (Oracle) <rmk+kernel@armlinux.org.uk>
Tue, 18 May 2021 11:53:30 +0000 (12:53 +0100)
committerRussell King (Oracle) <rmk+kernel@armlinux.org.uk>
Mon, 7 Jun 2021 11:56:18 +0000 (12:56 +0100)
commitf572f5cb3926fb436cf4f55c84685f2ff7425e57
tree1c8ce36c75a77213c215add1335b6f5c8c2af743
parent4f706b078fd50a8eed9543a8d3fc64f1e840b7d2
ARM: change vmalloc_min to vmalloc_start

Change the current vmalloc_min, which is supposed to be the lowest
address of vmalloc space including the VMALLOC_OFFSET, to vmalloc_start
which does not include VMALLOC_OFFSET.

Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Reviewed-by: Yanfei Xu <yanfei.xu@windriver.com>
Signed-off-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
arch/arm/mm/mmu.c