OSDN Git Service

MIPS: Move arch_mem_init() comment near definition
authorPaul Burton <paul.burton@mips.com>
Fri, 31 Aug 2018 22:28:57 +0000 (15:28 -0700)
committerPaul Burton <paul.burton@mips.com>
Fri, 31 Aug 2018 22:28:57 +0000 (15:28 -0700)
commit52c985acf3fe95bd7b842bace8134971f0f431a2
treefd4cb4af5da05f0a0c3054105a2e82322dd4984f
parent4988154211adfd688bf7f3f7eb1691608083a1f9
MIPS: Move arch_mem_init() comment near definition

The comment describing arch_mem_init() was separated from the definition
of arch_mem_init() by commit a09fc446fb6d ("[MIPS] setup.c: use
early_param() for early command line parsing"). Move the comment such
that it's next to the definition again for ease of reading.

Signed-off-by: Paul Burton <paul.burton@mips.com>
arch/mips/kernel/setup.c