arch/arm/mach-sti/smp.h

Source file repositories/reference/linux-study-clean/arch/arm/mach-sti/smp.h

File Facts

System
Linux kernel
Corpus path
arch/arm/mach-sti/smp.h
Extension
.h
Size
303 bytes
Lines
17
Domain
Architecture Layer
Bucket
arch/arm
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 __MACH_STI_SMP_H
#define __MACH_STI_SMP_H

extern const struct smp_operations sti_smp_ops;

void sti_secondary_startup(void);

#endif

Annotation

Implementation Notes