]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit07d197d4c4f2788c71bdebd5a41893c93004c981
tree1c8ce36c75a77213c215add1335b6f5c8c2af743
parent517969610480bec11b8dc7963d84f202b04c884d
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