arch/mips/sgi-ip32/ip32-setup.c

Source file repositories/reference/linux-study-clean/arch/mips/sgi-ip32/ip32-setup.c

File Facts

System
Linux kernel
Corpus path
arch/mips/sgi-ip32/ip32-setup.c
Extension
.c
Size
2333 bytes
Lines
101
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

if (con && *con == 'd') {
			static char options[8] __initdata;
			char *baud = ArcGetEnvironmentVariable("dbaud");
			if (baud)
				strscpy(options, baud);
			add_preferred_console("ttyS", *(con + 1) == '2' ? 1 : 0,
					      baud ? options : NULL);
		}
	}
#endif
}

Annotation

Implementation Notes