6809: Add EMAGIC_2 (0x20 = BRA)
authorTormod Volden <debian.tormod@gmail.com>
Sun, 1 Feb 2015 19:59:54 +0000 (20:59 +0100)
committerAlan Cox <alan@linux.intel.com>
Sun, 1 Feb 2015 20:33:16 +0000 (20:33 +0000)
Signed-off-by: Tormod Volden <debian.tormod@gmail.com>
Kernel/cpu-6809/cpu.h

index f846247..7863959 100644 (file)
@@ -19,6 +19,7 @@ extern irqflags_t di(void);
 extern void irqrestore(irqflags_t f);
 
 #define EMAGIC    0x0E    /* Header of executable  (JMP) */
+#define EMAGIC_2  0x20    /* BRA */
 /* Allow a minimum of 512 bytes gap between stack and top of allocations */
 #define brk_limit() (udata.u_syscall_sp - 512)