1 #ifndef __ARM_ARM64_BUG_H__ 2 #define __ARM_ARM64_BUG_H__ 3 4 #include <xen/stringify.h> 5 #include <asm/arm64/brk.h> 6 7 #define BUG_INSTR "brk " __stringify(BRK_BUG_FRAME_IMM) 8 9 #endif /* __ARM_ARM64_BUG_H__ */ 10
1 #ifndef __ARM_ARM64_BUG_H__ 2 #define __ARM_ARM64_BUG_H__ 3 4 #include <xen/stringify.h> 5 #include <asm/arm64/brk.h> 6 7 #define BUG_INSTR "brk " __stringify(BRK_BUG_FRAME_IMM) 8 9 #endif /* __ARM_ARM64_BUG_H__ */ 10