Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 104159
b: refs/heads/master
c: 7c4285d
h: refs/heads/master
i:
  104157: 5ff420a
  104155: 7076577
  104151: fc9c5ba
  104143: 7f93a76
  104127: aa3c63a
v: v3
  • Loading branch information
Sam Ravnborg authored and David S. Miller committed Jul 18, 2008
1 parent b1c1eba commit 8bd0795
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 12 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 68a61c8d87dae7c7b7cc76ab01190475e87be0d9
refs/heads/master: 7c4285d8362641b815ea71018139619db965ab34
6 changes: 5 additions & 1 deletion trunk/include/asm-sparc/setup.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
#ifndef _SPARC_SETUP_H
#define _SPARC_SETUP_H

#define COMMAND_LINE_SIZE 256
#if defined(__sparc__) && defined(__arch64__)
# define COMMAND_LINE_SIZE 2048
#else
# define COMMAND_LINE_SIZE 256
#endif

#endif /* _SPARC_SETUP_H */
11 changes: 1 addition & 10 deletions trunk/include/asm-sparc64/setup.h
Original file line number Diff line number Diff line change
@@ -1,10 +1 @@
/*
* Just a place holder.
*/

#ifndef _SPARC64_SETUP_H
#define _SPARC64_SETUP_H

#define COMMAND_LINE_SIZE 2048

#endif /* _SPARC64_SETUP_H */
#include <asm-sparc/setup.h>

0 comments on commit 8bd0795

Please sign in to comment.