arch/openrisc/include/asm/bug.h

Source file repositories/reference/linux-study-clean/arch/openrisc/include/asm/bug.h

File Facts

System
Linux kernel
Corpus path
arch/openrisc/include/asm/bug.h
Extension
.h
Size
255 bytes
Lines
12
Domain
Architecture Layer
Bucket
arch/openrisc
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_OPENRISC_BUG_H
#define __ASM_OPENRISC_BUG_H

#include <asm-generic/bug.h>

struct pt_regs;

void __noreturn die(const char *str, struct pt_regs *regs, long err);

#endif /* __ASM_OPENRISC_BUG_H */

Annotation

Implementation Notes