From: Dmitri Vorobiev Date: Tue, 13 Oct 2009 20:43:24 +0000 (+0300) Subject: MIPS: Replace all usages of CL_SIZE by COMMAND_LINE_SIZE X-Git-Tag: v2.6.33-rc1~6^2~68 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7580c9c3938f45b0d889728d5533cb46b0322a85;p=pandora-kernel.git MIPS: Replace all usages of CL_SIZE by COMMAND_LINE_SIZE 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 Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed