]> git.karo-electronics.de Git - karo-tx-linux.git/commit
arm64: use is_vmalloc_addr
authorMiles Chen <miles.chen@mediatek.com>
Thu, 9 Feb 2017 11:45:34 +0000 (19:45 +0800)
committerWill Deacon <will.deacon@arm.com>
Thu, 9 Feb 2017 13:47:56 +0000 (13:47 +0000)
commitabb7c61e03bcc241c4adcd634a839734d7c187df
tree85a699158dc6d208c551ec286277314105a25293
parentffe3d1e43cc01457d513bf6e13605ebe8ae0fd9a
arm64: use is_vmalloc_addr

To is_vmalloc_addr() to check if an address is a vmalloc address
instead of checking VMALLOC_START and VMALLOC_END manually.

Signed-off-by: Miles Chen <miles.chen@mediatek.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
arch/arm64/mm/ioremap.c