diff options
author | David S. Miller <davem@davemloft.net> | 2012-10-09 09:54:30 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-10-09 09:54:30 -0700 |
commit | 9836d3458cde82626f2828ca6bd44c4a02b56e63 (patch) | |
tree | 4fd9e680f4f2d3af2b51abd93916797cda376bfb /arch/sparc/include/uapi/asm/setup.h | |
parent | 547b1e81afe3119f7daf702cc03b158495535a25 (diff) | |
parent | 5457982641fb3f5fb08ce22a853dd5474645c66d (diff) |
Merge tag 'disintegrate-sparc-20121009' of git://git.infradead.org/users/dhowells/linux-headers
UAPI Disintegration 2012-10-09
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc/include/uapi/asm/setup.h')
-rw-r--r-- | arch/sparc/include/uapi/asm/setup.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/arch/sparc/include/uapi/asm/setup.h b/arch/sparc/include/uapi/asm/setup.h new file mode 100644 index 00000000000..53376845087 --- /dev/null +++ b/arch/sparc/include/uapi/asm/setup.h @@ -0,0 +1,15 @@ +/* + * Just a place holder. + */ + +#ifndef _UAPI_SPARC_SETUP_H +#define _UAPI_SPARC_SETUP_H + +#if defined(__sparc__) && defined(__arch64__) +# define COMMAND_LINE_SIZE 2048 +#else +# define COMMAND_LINE_SIZE 256 +#endif + + +#endif /* _UAPI_SPARC_SETUP_H */ |