arch/m68k/include/uapi/asm/param.h

Source file repositories/reference/linux-study-clean/arch/m68k/include/uapi/asm/param.h

File Facts

System
Linux kernel
Corpus path
arch/m68k/include/uapi/asm/param.h
Extension
.h
Size
254 bytes
Lines
14
Domain
Architecture Layer
Bucket
arch/m68k
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 _M68K_PARAM_H
#define _M68K_PARAM_H

#ifdef __uClinux__
#define EXEC_PAGESIZE	4096
#else
#define EXEC_PAGESIZE	8192
#endif

#include <asm-generic/param.h>

#endif /* _M68K_PARAM_H */

Annotation

Implementation Notes