Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 235193
b: refs/heads/master
c: f699980
h: refs/heads/master
i:
  235191: 51380d1
v: v3
  • Loading branch information
Michal Simek committed Mar 9, 2011
1 parent 306bf1e commit a5a0bf6
Show file tree
Hide file tree
Showing 3 changed files with 4 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: 29e3dbb10f0efff1297026679364dacc2c822145
refs/heads/master: f699980b0d3c0f4f31e07ef45a48bbe860510a89
2 changes: 2 additions & 0 deletions trunk/arch/microblaze/include/asm/exceptions.h
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@
asmlinkage void full_exception(struct pt_regs *regs, unsigned int type,
int fsr, int addr);

asmlinkage void sw_exception(struct pt_regs *regs);

void die(const char *str, struct pt_regs *fp, long err);
void _exception(int signr, struct pt_regs *regs, int code, unsigned long addr);

Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/microblaze/kernel/exceptions.c
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ void die(const char *str, struct pt_regs *fp, long err)
}

/* for user application debugging */
void sw_exception(struct pt_regs *regs)
asmlinkage void sw_exception(struct pt_regs *regs)
{
_exception(SIGTRAP, regs, TRAP_BRKPT, regs->r16);
flush_dcache_range(regs->r16, regs->r16 + 0x4);
Expand Down

0 comments on commit a5a0bf6

Please sign in to comment.