Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 335663
b: refs/heads/master
c: 10e1e99
h: refs/heads/master
i:
  335661: d32124f
  335659: 2d48d4b
  335655: 2046f3a
  335647: f357351
v: v3
  • Loading branch information
Guan Xuetao committed Nov 9, 2012
1 parent bc01e53 commit 681964f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 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: 195d4577d1d7ab1f0398b3190547c116b56f435f
refs/heads/master: 10e1e99e55378a65529c48753703c069aebce7af
5 changes: 0 additions & 5 deletions trunk/arch/unicore32/include/asm/bug.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,4 @@ extern void die(const char *msg, struct pt_regs *regs, int err);
extern void uc32_notify_die(const char *str, struct pt_regs *regs,
struct siginfo *info, unsigned long err, unsigned long trap);

extern asmlinkage void __backtrace(void);
extern asmlinkage void c_backtrace(unsigned long fp, int pmode);

extern void __show_regs(struct pt_regs *);

#endif /* __UNICORE_BUG_H__ */
6 changes: 6 additions & 0 deletions trunk/arch/unicore32/kernel/setup.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,10 @@ extern char __vectors_start[], __vectors_end[];
extern void kernel_thread_helper(void);

extern void __init early_signal_init(void);

extern asmlinkage void __backtrace(void);
extern asmlinkage void c_backtrace(unsigned long fp, int pmode);

extern void __show_regs(struct pt_regs *);

#endif

0 comments on commit 681964f

Please sign in to comment.