x86/efi: Enforce CONFIG_RELOCATABLE for EFI boot stub
[linux/fpc-iii.git] / arch / h8300 / include / asm / bug.h
blob1e1be8119935b5e47bd2818883fbdd926e415274
1 #ifndef _H8300_BUG_H
2 #define _H8300_BUG_H
4 /* always true */
5 #define is_valid_bugaddr(addr) (1)
7 #include <asm-generic/bug.h>
9 struct pt_regs;
10 extern void die(const char *str, struct pt_regs *fp, unsigned long err);
12 #endif