arch/um/include/linux/smp-internal.h

Source file repositories/reference/linux-study-clean/arch/um/include/linux/smp-internal.h

File Facts

System
Linux kernel
Corpus path
arch/um/include/linux/smp-internal.h
Extension
.h
Size
365 bytes
Lines
18
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

static inline void prefill_possible_map(void) { }

#endif /* CONFIG_SMP */

extern char cpu_irqstacks[NR_CPUS][THREAD_SIZE] __aligned(THREAD_SIZE);

#endif /* __UM_SMP_INTERNAL_H */

Annotation

Implementation Notes