]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd07c8d97a605dc17f1b29ca64bc9039039ba9f2f
treeb94460d56329eff7f0a5cfe8c16f520b3f54e6b2
parentc3772b6cbce32127322b4d1afc7f40e9e1d9074d
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