diff options
Diffstat (limited to 'kexec/arch/ppc/fs2dt.c')
-rw-r--r-- | kexec/arch/ppc/fs2dt.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/kexec/arch/ppc/fs2dt.c b/kexec/arch/ppc/fs2dt.c index 6e77379..fed499b 100644 --- a/kexec/arch/ppc/fs2dt.c +++ b/kexec/arch/ppc/fs2dt.c @@ -37,7 +37,6 @@ #define TREEWORDS 65536 /* max 32 bit words for properties */ #define MEMRESERVE 256 /* max number of reserved memory blks */ #define MAX_MEMORY_RANGES 1024 -#define COMMAND_LINE_SIZE 512 /* from kernel */ static char pathname[MAXPATH]; static char propnames[NAMESPACE] = { 0 }; |