arch/sparc/include/asm/mmzone.h

Source file repositories/reference/linux-study-clean/arch/sparc/include/asm/mmzone.h

File Facts

System
Linux kernel
Corpus path
arch/sparc/include/asm/mmzone.h
Extension
.h
Size
280 bytes
Lines
15
Domain
Architecture Layer
Bucket
arch/sparc
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 _SPARC64_MMZONE_H
#define _SPARC64_MMZONE_H

#ifdef CONFIG_NUMA

#include <linux/cpumask.h>

extern int numa_cpu_lookup_table[];
extern cpumask_t numa_cpumask_lookup_table[];

#endif /* CONFIG_NUMA */

#endif /* _SPARC64_MMZONE_H */

Annotation

Implementation Notes