Re: [PATCH v2] arm64: use is_vmalloc_addr

2017-02-13 Thread Miles Chen
On Mon, 2017-02-13 at 06:20 +0100, Andreas Färber wrote: > Hi, > > Am 09.02.2017 um 12:45 schrieb Miles Chen: > > To is_vmalloc_addr() to check if an address is a vmalloc address > > "Use ..."? Yes, it should be "Use". I'll send another patch to fix this. > > Regards, > Andreas > > > instead

Re: [PATCH v2] arm64: use is_vmalloc_addr

2017-02-12 Thread Andreas Färber
Hi, Am 09.02.2017 um 12:45 schrieb Miles Chen: > To is_vmalloc_addr() to check if an address is a vmalloc address "Use ..."? Regards, Andreas > instead of checking VMALLOC_START and VMALLOC_END manually. > > Signed-off-by: Miles Chen -- SUSE Linux GmbH, Maxfeldstr. 5, 90409 Nürnberg, German

[PATCH v2] arm64: use is_vmalloc_addr

2017-02-09 Thread Miles Chen
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 --- arch/arm64/mm/ioremap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/mm/ioremap.c b/arch/arm64/mm/ioremap.c