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

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

File Facts

System
Linux kernel
Corpus path
arch/sh/boards/mach-hp6xx/setup.c
Extension
.c
Size
3845 bytes
Lines
173
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(hp6xx_devices_setup);

static struct sh_machine_vector mv_hp6xx __initmv = {
	.mv_name = "hp6xx",
	.mv_setup = hp6xx_setup,
	/* Enable IRQ0 -> IRQ3 in IRQ_MODE */
	.mv_init_irq = hp6xx_init_irq,
};

Annotation

Implementation Notes