Release 4.11 arch/metag/include/asm/bug.h
#ifndef _ASM_METAG_BUG_H
#define _ASM_METAG_BUG_H
#include <asm-generic/bug.h>
struct pt_regs;
extern const char *trap_name(int trapno);
extern void __noreturn die(const char *str, struct pt_regs *regs, long err,
unsigned long addr);
#endif
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
James Hogan | 45 | 95.74% | 1 | 50.00% |
Markos Chandras | 2 | 4.26% | 1 | 50.00% |
Total | 47 | 100.00% | 2 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.