forked from Minki/linux
e5a6a1c909
The default COMMAND_LINE_SIZE in asm-generic is 512, so the
net effect of this change is nil, aside from the cleanup
factor. See also commit 2b74b8569
.
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
7 lines
125 B
C
7 lines
125 B
C
#ifndef _ASM_POWERPC_SETUP_H
|
|
#define _ASM_POWERPC_SETUP_H
|
|
|
|
#include <asm-generic/setup.h>
|
|
|
|
#endif /* _ASM_POWERPC_SETUP_H */
|