projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf7e9da
)
microblaze: Add missing declaration for die and _exception func
author
Michal Simek
<monstr@monstr.eu>
Thu, 16 Apr 2009 09:11:22 +0000
(11:11 +0200)
committer
Michal Simek
<monstr@monstr.eu>
Thu, 23 Apr 2009 14:09:17 +0000
(16:09 +0200)
This change remove sparse errors.
Signed-off-by: Michal Simek <monstr@monstr.eu>
arch/microblaze/include/asm/exceptions.h
patch
|
blob
|
blame
|
history
diff --git
a/arch/microblaze/include/asm/exceptions.h
b/arch/microblaze/include/asm/exceptions.h
index 4cdd2159f470b6a6bc8f29a77dda2dfc257bdb9e..24ca540e77c043dc45e6dba1d389b18a4a441dfb 100644
(file)
--- a/
arch/microblaze/include/asm/exceptions.h
+++ b/
arch/microblaze/include/asm/exceptions.h
@@
-61,6
+61,9
@@
asmlinkage void full_exception(struct pt_regs *regs, unsigned int type,
int fsr, int addr);
+void die(const char *str, struct pt_regs *fp, long err);
+void _exception(int signr, struct pt_regs *regs, int code, unsigned long addr);
+
#if defined(CONFIG_XMON)
extern void xmon(struct pt_regs *regs);
extern int xmon_bpt(struct pt_regs *regs);