Release 4.14 arch/um/include/asm/setup.h
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef SETUP_H_INCLUDED
#define SETUP_H_INCLUDED
/* POSIX mandated with _POSIX_ARG_MAX that we can rely on 4096 chars in the
* command line, so this choice is ok.
*/
#define COMMAND_LINE_SIZE 4096
#endif /* SETUP_H_INCLUDED */
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Andrew Morton | 12 | 80.00% | 1 | 25.00% |
Greg Kroah-Hartman | 1 | 6.67% | 1 | 25.00% |
Jeff Dike | 1 | 6.67% | 1 | 25.00% |
Paolo 'Blaisorblade' Giarrusso | 1 | 6.67% | 1 | 25.00% |
Total | 15 | 100.00% | 4 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.