arch/um/include/asm/setup.h

Source file repositories/reference/linux-study-clean/arch/um/include/asm/setup.h

File Facts

System
Linux kernel
Corpus path
arch/um/include/asm/setup.h
Extension
.h
Size
273 bytes
Lines
12
Domain
Architecture Layer
Bucket
arch/um
Inferred role
Architecture Layer: implementation source
Status
source implementation candidate

Why This File Exists

CPU and platform-specific kernel glue: boot entry, traps, syscall entry, interrupts, page tables, context switch, and low-level barriers.

Dependency Surface

Detected Declarations

Annotated Snippet

#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 */

Annotation

Implementation Notes