Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 11109
b: refs/heads/master
c: 260c967
h: refs/heads/master
i:
  11107: 7924552
v: v3
  • Loading branch information
Maciej W. Rozycki authored and Ralf Baechle committed Oct 29, 2005
1 parent e8033a2 commit a25e59f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 778220f7c4a3357f7464a45044fd4937126ba6c5
refs/heads/master: 260c96738cf30f489108cd0fb3f10dcd11cbb5ca
5 changes: 3 additions & 2 deletions trunk/arch/mips/kernel/traps.c
Original file line number Diff line number Diff line change
Expand Up @@ -254,8 +254,9 @@ void show_registers(struct pt_regs *regs)

static DEFINE_SPINLOCK(die_lock);

NORET_TYPE void __die(const char * str, struct pt_regs * regs,
const char * file, const char * func, unsigned long line)
NORET_TYPE void ATTRIB_NORET __die(const char * str, struct pt_regs * regs,
const char * file, const char * func,
unsigned long line)
{
static int die_counter;

Expand Down
2 changes: 1 addition & 1 deletion trunk/include/asm-mips/system.h
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ extern void *set_except_vector(int n, void *addr);
extern void per_cpu_trap_init(void);

extern NORET_TYPE void __die(const char *, struct pt_regs *, const char *file,
const char *func, unsigned long line);
const char *func, unsigned long line) ATTRIB_NORET;
extern void __die_if_kernel(const char *, struct pt_regs *, const char *file,
const char *func, unsigned long line);

Expand Down

0 comments on commit a25e59f

Please sign in to comment.