OSDN Git Service

ARM: use MiB for vmalloc sizes
authorRussell King (Oracle) <rmk+kernel@armlinux.org.uk>
Fri, 28 May 2021 10:03:58 +0000 (11:03 +0100)
committerRussell King (Oracle) <rmk+kernel@armlinux.org.uk>
Mon, 7 Jun 2021 11:56:19 +0000 (12:56 +0100)
commitc01914efeaa9732c0e3dfbb19c8d03826c11431d
treeb94460d56329eff7f0a5cfe8c16f520b3f54e6b2
parent08b842400ff555d372d9584af13fe0195ef0ac1b
ARM: use MiB for vmalloc sizes

Rather than using "m" (which is the unit of metres, or milli), and
"MB" in the printk statements, use MiB to make it clear that we are
talking about the power-of-2 megabytes, aka mebibytes.

Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Reviewed-by: Yanfei Xu <yanfei.xu@windriver.com>
Signed-off-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
arch/arm/mm/mmu.c