From: Zhang Yanfei <zhangyanfei@xxxxxxxxxxxxxx> This reverts commit 49320340f705694e387d794f7f19d407ad9baefa. The change of COMMAND_LINE_SIZE cannot solve Cliff's problem since the kernel side has the restriction, so it is useless. Let's recover the original value defined by kernel side. Cc: Cliff Wickman <cpw at sgi.com> Signed-off-by: Zhang Yanfei <zhangyanfei at cn.fujitsu.com> --- include/x86/x86-linux.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/x86/x86-linux.h b/include/x86/x86-linux.h index 6681f9e..0949dc2 100644 --- a/include/x86/x86-linux.h +++ b/include/x86/x86-linux.h @@ -197,7 +197,7 @@ struct x86_linux_param_header { uint8_t _pad8[48]; /* 0xcd0 */ struct edd_info eddbuf[EDDMAXNR]; /* 0xd00 */ /* 0xeec */ -#define COMMAND_LINE_SIZE (64*1024) +#define COMMAND_LINE_SIZE 2048 }; struct x86_linux_faked_param_header { -- 1.7.1