Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 344406
b: refs/heads/master
c: 4378bb6
h: refs/heads/master
v: v3
  • Loading branch information
Michal Simek committed Dec 13, 2012
1 parent b329ed0 commit 50795e4
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: 9f2a45bd81ad2362b61fe2dc6fa202ae18308b7b
refs/heads/master: 4378bb695670e65ca4aeee1e7588cfa2381351a5
2 changes: 2 additions & 0 deletions trunk/arch/microblaze/include/asm/entry.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ DECLARE_PER_CPU(unsigned int, KM); /* Kernel/user mode */
DECLARE_PER_CPU(unsigned int, ENTRY_SP); /* Saved SP on kernel entry */
DECLARE_PER_CPU(unsigned int, R11_SAVE); /* Temp variable for entry */
DECLARE_PER_CPU(unsigned int, CURRENT_SAVE); /* Saved current pointer */

extern asmlinkage void do_notify_resume(struct pt_regs *regs, int in_syscall);
# endif /* __ASSEMBLY__ */

#endif /* _ASM_MICROBLAZE_ENTRY_H */
2 changes: 1 addition & 1 deletion trunk/arch/microblaze/kernel/signal.c
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ static void do_signal(struct pt_regs *regs, int in_syscall)
restore_saved_sigmask();
}

void do_notify_resume(struct pt_regs *regs, int in_syscall)
asmlinkage void do_notify_resume(struct pt_regs *regs, int in_syscall)
{
/*
* We want the common case to go fast, which
Expand Down

0 comments on commit 50795e4

Please sign in to comment.