[PATCH v2 1/6] ARM: change vmalloc_min to be unsigned long

Xu, Yanfei yanfei.xu at windriver.com
Fri May 28 06:10:04 PDT 2021



On 5/28/21 6:11 PM, Russell King (Oracle) wrote:
> vmalloc_min is currently a void pointer, but everywhere its used
> contains a cast - either to a void pointer when setting or back to
> an integer type when being used. Eliminate these casts by changing
> its type to unsigned long.
> 
> Reviewed-by: Linus Walleij<linus.walleij at linaro.org>
> Signed-off-by: Russell King (Oracle)<rmk+kernel at armlinux.org.uk>

Reviewed-by: Yanfei Xu <yanfei.xu at windriver.com>

Regards,
Yanfei



More information about the linux-arm-kernel mailing list