Disintegrate asm/system.h for AVR32

Disintegrate asm/system.h for AVR32.  This has not been compiled at all.

Signed-off-by: David Howells <dhowells@redhat.com>
cc: Haavard Skinnemoen <hskinnemoen@gmail.com>
This commit is contained in:
David Howells
2012-03-28 18:30:01 +01:00
parent 9f97da78bf
commit ae47394658
11 changed files with 228 additions and 182 deletions

View File

@@ -70,4 +70,9 @@
#include <asm-generic/bug.h>
struct pt_regs;
void die(const char *str, struct pt_regs *regs, long err);
void _exception(long signr, struct pt_regs *regs, int code,
unsigned long addr);
#endif /* __ASM_AVR32_BUG_H */