arch/powerpc/include/asm/irqflags.h

Source file repositories/reference/linux-study-clean/arch/powerpc/include/asm/irqflags.h

File Facts

System
Linux kernel
Corpus path
arch/powerpc/include/asm/irqflags.h
Extension
.h
Size
240 bytes
Lines
17
Domain
Architecture Layer
Bucket
arch/powerpc
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_IRQFLAGS_H
#define _ASM_IRQFLAGS_H

#ifndef __ASSEMBLER__
/*
 * Get definitions for arch_local_save_flags(x), etc.
 */
#include <asm/hw_irq.h>

#endif

#endif

Annotation

Implementation Notes