Release 4.14 arch/metag/include/asm/bug.h
/* SPDX-License-Identifier: GPL-2.0 */
#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 | 93.75% | 1 | 33.33% |
Markos Chandras | 2 | 4.17% | 1 | 33.33% |
Greg Kroah-Hartman | 1 | 2.08% | 1 | 33.33% |
Total | 48 | 100.00% | 3 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.