arch/sh/boards/mach-sh03/setup.c

Source file repositories/reference/linux-study-clean/arch/sh/boards/mach-sh03/setup.c

File Facts

System
Linux kernel
Corpus path
arch/sh/boards/mach-sh03/setup.c
Extension
.c
Size
2274 bytes
Lines
98
Domain
Architecture Layer
Bucket
arch/sh
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

device_initcall(sh03_devices_setup);

static struct sh_machine_vector mv_sh03 __initmv = {
	.mv_name		= "Interface (CTP/PCI-SH03)",
	.mv_init_irq		= init_sh03_IRQ,
};

Annotation

Implementation Notes