]> 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)
commit747573e665e9954304d6445d62cb3253a702c5f7
treefebef313ca7c88de2ed87d76520aa9be94654cca
parentfe80318f01a8792e16638c00e286b59a8b0b7eb4
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: b73ef743819c ("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