]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit31202f5ee25320f83475760f115fd364be8143e1
treefd4cb4af5da05f0a0c3054105a2e82322dd4984f
parent43c2e896aa7d0841210f6c16af37ae509e7d2265
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 7df99aab07d5 ("[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