Searched hist:a2dd5da77f2cc9fc9ff11ea6b699556254e94a6c (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/arch/powerpc/boot/ |
H A D | ps3.c | diff a2dd5da77f2cc9fc9ff11ea6b699556254e94a6c Mon Apr 14 06:54:05 CDT 2014 Anton Blanchard <anton@samba.org> powerpc: Rename duplicate COMMAND_LINE_SIZE define
We have two definitions of COMMAND_LINE_SIZE, one for the kernel and one for the boot wrapper. I assume this is so the boot wrapper can be self sufficient and not rely on kernel headers.
Having two defines with the same name is confusing, I just updated the wrong one when trying to bump it.
Make the boot wrapper define unique by calling it BOOT_COMMAND_LINE_SIZE.
Signed-off-by: Anton Blanchard <anton@samba.org> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
|
H A D | main.c | diff a2dd5da77f2cc9fc9ff11ea6b699556254e94a6c Mon Apr 14 06:54:05 CDT 2014 Anton Blanchard <anton@samba.org> powerpc: Rename duplicate COMMAND_LINE_SIZE define
We have two definitions of COMMAND_LINE_SIZE, one for the kernel and one for the boot wrapper. I assume this is so the boot wrapper can be self sufficient and not rely on kernel headers.
Having two defines with the same name is confusing, I just updated the wrong one when trying to bump it.
Make the boot wrapper define unique by calling it BOOT_COMMAND_LINE_SIZE.
Signed-off-by: Anton Blanchard <anton@samba.org> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
|
H A D | ops.h | diff a2dd5da77f2cc9fc9ff11ea6b699556254e94a6c Mon Apr 14 06:54:05 CDT 2014 Anton Blanchard <anton@samba.org> powerpc: Rename duplicate COMMAND_LINE_SIZE define
We have two definitions of COMMAND_LINE_SIZE, one for the kernel and one for the boot wrapper. I assume this is so the boot wrapper can be self sufficient and not rely on kernel headers.
Having two defines with the same name is confusing, I just updated the wrong one when trying to bump it.
Make the boot wrapper define unique by calling it BOOT_COMMAND_LINE_SIZE.
Signed-off-by: Anton Blanchard <anton@samba.org> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
|