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 <dmitri.vorobiev@movial.com> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
committed by
Ralf Baechle
parent
cb6edd45f0
commit
7580c9c393
@ -58,8 +58,8 @@ EXPORT_SYMBOL(mips_machtype);
|
||||
|
||||
struct boot_mem_map boot_mem_map;
|
||||
|
||||
static char command_line[CL_SIZE];
|
||||
char arcs_cmdline[CL_SIZE]=CONFIG_CMDLINE;
|
||||
static char command_line[COMMAND_LINE_SIZE];
|
||||
char arcs_cmdline[COMMAND_LINE_SIZE] = CONFIG_CMDLINE;
|
||||
|
||||
/*
|
||||
* mips_io_port_base is the begin of the address space to which x86 style
|
||||
|
Reference in New Issue
Block a user