Skip to content

Commit

Permalink
powerpc: derive COMMAND_LINE_SIZE from asm-generic
Browse files Browse the repository at this point in the history
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 2b74b85.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
  • Loading branch information
Paul Gortmaker authored and Benjamin Herrenschmidt committed Aug 28, 2009
1 parent 89c2dd6 commit e5a6a1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/powerpc/include/asm/setup.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#ifndef _ASM_POWERPC_SETUP_H
#define _ASM_POWERPC_SETUP_H

#define COMMAND_LINE_SIZE 512
#include <asm-generic/setup.h>

#endif /* _ASM_POWERPC_SETUP_H */

0 comments on commit e5a6a1c

Please sign in to comment.