a5401ee3da
Disintegrate asm/system.h for H8300. Signed-off-by: David Howells <dhowells@redhat.com> cc: Yoshinori Sato <ysato@users.sourceforge.jp>
13 lines
224 B
C
13 lines
224 B
C
#ifndef _H8300_BUG_H
|
|
#define _H8300_BUG_H
|
|
|
|
/* always true */
|
|
#define is_valid_bugaddr(addr) (1)
|
|
|
|
#include <asm-generic/bug.h>
|
|
|
|
struct pt_regs;
|
|
extern void die(const char *str, struct pt_regs *fp, unsigned long err);
|
|
|
|
#endif
|