Skip to content

Commit

Permalink
[SPARC64]: Increase command line size to 2048 like other arches.
Browse files Browse the repository at this point in the history
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
David S. Miller committed Feb 12, 2007
1 parent 1b51d3a commit b5ba1b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/asm-sparc64/setup.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
#ifndef _SPARC64_SETUP_H
#define _SPARC64_SETUP_H

#define COMMAND_LINE_SIZE 256
#define COMMAND_LINE_SIZE 2048

#endif /* _SPARC64_SETUP_H */

0 comments on commit b5ba1b3

Please sign in to comment.