arch/mips/txx9/rbtx4927/prom.c

Source file repositories/reference/linux-study-clean/arch/mips/txx9/rbtx4927/prom.c

File Facts

System
Linux kernel
Corpus path
arch/mips/txx9/rbtx4927/prom.c
Extension
.c
Size
1704 bytes
Lines
43
Domain
Architecture Layer
Bucket
arch/mips
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

#include <linux/init.h>
#include <linux/memblock.h>
#include <asm/txx9/generic.h>
#include <asm/txx9/rbtx4927.h>

void __init rbtx4927_prom_init(void)
{
	memblock_add(0, tx4927_get_mem_size());
	txx9_sio_putchar_init(TX4927_SIO_REG(0) & 0xfffffffffULL);
}

Annotation

Implementation Notes