diff options
Diffstat (limited to 'arch/m68k/include/asm/entry_mm.h')
-rw-r--r-- | arch/m68k/include/asm/entry_mm.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/m68k/include/asm/entry_mm.h b/arch/m68k/include/asm/entry_mm.h index 5202f5a5b420..4fcfc28c0610 100644 --- a/arch/m68k/include/asm/entry_mm.h +++ b/arch/m68k/include/asm/entry_mm.h | |||
@@ -118,9 +118,6 @@ PT_DTRACE_BIT = 2 | |||
118 | #define STR(X) STR1(X) | 118 | #define STR(X) STR1(X) |
119 | #define STR1(X) #X | 119 | #define STR1(X) #X |
120 | 120 | ||
121 | #define PT_OFF_ORIG_D0 0x24 | ||
122 | #define PT_OFF_FORMATVEC 0x32 | ||
123 | #define PT_OFF_SR 0x2C | ||
124 | #define SAVE_ALL_INT \ | 121 | #define SAVE_ALL_INT \ |
125 | "clrl %%sp@-;" /* stk_adj */ \ | 122 | "clrl %%sp@-;" /* stk_adj */ \ |
126 | "pea -1:w;" /* orig d0 = -1 */ \ | 123 | "pea -1:w;" /* orig d0 = -1 */ \ |