]> git.baikalelectronics.ru Git - kernel.git/commit
arm64: mm: fix __page_to_voff definition
authorNeeraj Upadhyay <neeraju@codeaurora.org>
Fri, 21 Oct 2016 08:58:46 +0000 (14:28 +0530)
committerWill Deacon <will.deacon@arm.com>
Wed, 26 Oct 2016 17:22:42 +0000 (18:22 +0100)
commitb599e9f8f9f7cb36b706895827e91f70fb53a044
treefebef313ca7c88de2ed87d76520aa9be94654cca
parent1979708c69ca9d50d603f139b760420b8156357d
arm64: mm: fix __page_to_voff definition

Fix parameter name for __page_to_voff, to match its definition.
At present, we don't see any issue, as page_to_virt's caller
declares 'page'.

Fixes: cd362971b51a ("arm64: mm: restrict virt_to_page() to the linear mapping")
Acked-by: Mark Rutland <mark.rutland@arm.com>
Acked-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Signed-off-by: Neeraj Upadhyay <neeraju@codeaurora.org>
Signed-off-by: Will Deacon <will.deacon@arm.com>
arch/arm64/include/asm/memory.h