arch/m68k/include/asm/module.lds.h

Source file repositories/reference/linux-study-clean/arch/m68k/include/asm/module.lds.h

File Facts

System
Linux kernel
Corpus path
arch/m68k/include/asm/module.lds.h
Extension
.h
Size
93 bytes
Lines
8
Domain
Architecture Layer
Bucket
arch/m68k
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

SECTIONS {
	.m68k_fixup 0 : {
		__start_fixup = .;
		*(.m68k_fixup)
		__stop_fixup = .;
	}
}

Annotation

Implementation Notes