MIPS: Replace all usages of CL_SIZE by COMMAND_LINE_SIZE
authorDmitri Vorobiev <dmitri.vorobiev@movial.com>
Tue, 13 Oct 2009 20:43:24 +0000 (23:43 +0300)
committerRalf Baechle <ralf@linux-mips.org>
Thu, 17 Dec 2009 01:56:56 +0000 (01:56 +0000)
The MIPS-specific macro CL_SIZE is merely aliasing the macro
COMMAND_LINE_SIZE. Other architectures use the latter; also,
COMMAND_LINE_SIZE is documented in kernel-parameters.txt, so
let's use it, and remove the alias.

Signed-off-by: Dmitri Vorobiev <dmitri.vorobiev@movial.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

No differences found