Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 71911
b: refs/heads/master
c: 7819994
h: refs/heads/master
i:
  71909: a91ab02
  71907: 7b78652
  71903: 324954a
v: v3
  • Loading branch information
Kyle McMartin authored and Kyle McMartin committed Oct 18, 2007
1 parent d1d82d8 commit 5f4175b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: f16484f0e3035ced5ba12363f3acf6564b3f8053
refs/heads/master: 7819994312fd4c3c04456abb6a64c810ecde3db4
4 changes: 2 additions & 2 deletions trunk/arch/parisc/kernel/unwind.c
Original file line number Diff line number Diff line change
Expand Up @@ -209,8 +209,8 @@ static int unwind_init(void)

static int unwind_special(struct unwind_frame_info *info, unsigned long pc, int frame_size)
{
void handle_interruption(int, struct pt_regs *);
static unsigned long *hi = (unsigned long)&handle_interruption;
extern void handle_interruption(int, struct pt_regs *);
static unsigned long *hi = (unsigned long *)&handle_interruption;

if (pc == get_func_addr(hi)) {
struct pt_regs *regs = (struct pt_regs *)(info->sp - frame_size - PT_SZ_ALGN);
Expand Down

0 comments on commit 5f4175b

Please sign in to comment.