arch/alpha/include/asm/topology.h

Source file repositories/reference/linux-study-clean/arch/alpha/include/asm/topology.h

File Facts

System
Linux kernel
Corpus path
arch/alpha/include/asm/topology.h
Extension
.h
Size
271 bytes
Lines
13
Domain
Architecture Layer
Bucket
arch/alpha
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

#ifndef _ASM_ALPHA_TOPOLOGY_H
#define _ASM_ALPHA_TOPOLOGY_H

#include <linux/smp.h>
#include <linux/threads.h>
#include <linux/numa.h>
#include <asm/machvec.h>

# include <asm-generic/topology.h>

#endif /* _ASM_ALPHA_TOPOLOGY_H */

Annotation

Implementation Notes