arch/mips/sni/Platform

Source file repositories/reference/linux-study-clean/arch/mips/sni/Platform

File Facts

System
Linux kernel
Corpus path
arch/mips/sni/Platform
Extension
[no extension]
Size
268 bytes
Lines
11
Domain
Architecture Layer
Bucket
arch/mips
Inferred role
Architecture Layer: arch/mips
Status
atlas-only

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

#
# SNI RM
#
cflags-$(CONFIG_SNI_RM)		+= -I$(srctree)/arch/mips/include/asm/mach-rm
ifdef CONFIG_CPU_LITTLE_ENDIAN
load-$(CONFIG_SNI_RM)		+= 0xffffffff80600000
else
load-$(CONFIG_SNI_RM)		+= 0xffffffff80030000
endif
all-$(CONFIG_SNI_RM)		:= $(COMPRESSION_FNAME).ecoff

Annotation

Implementation Notes