arch/sparc/kernel/auxio_64.c

Source file repositories/reference/linux-study-clean/arch/sparc/kernel/auxio_64.c

File Facts

System
Linux kernel
Corpus path
arch/sparc/kernel/auxio_64.c
Extension
.c
Size
3188 bytes
Lines
152
Domain
Architecture Layer
Bucket
arch/sparc
Inferred role
Architecture Layer: exported/initcall integration point
Status
integration 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

/* Must be after subsys_initcall() so that busses are probed.  Must
 * be before device_initcall() because things like the floppy driver
 * need to use the AUXIO register.
 */
fs_initcall(auxio_init);

Annotation

Implementation Notes