Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 77795
b: refs/heads/master
c: b000659
h: refs/heads/master
i:
  77793: 3ae6bc4
  77791: ce2cd14
v: v3
  • Loading branch information
Paul Mundt committed Jan 28, 2008
1 parent 162e6f6 commit 132a890
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: 0dcb957db5eb658d636097a9283dabdbf59de283
refs/heads/master: b000659b1c07f91f0c73bf94bb8922fa740c0ef0
3 changes: 2 additions & 1 deletion trunk/include/asm-sh/system.h
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,8 @@ asmlinkage void name##_trap_handler(unsigned long r4, unsigned long r5, \

#define TRAP_HANDLER_DECL \
struct pt_regs *regs = RELOC_HIDE(&__regs, 0); \
unsigned int vec = regs->tra;
unsigned int vec = regs->tra; \
(void)vec;
#else
#define BUILD_TRAP_HANDLER(name) \
asmlinkage void name##_trap_handler(unsigned int vec, struct pt_regs *regs)
Expand Down

0 comments on commit 132a890

Please sign in to comment.