X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=arch%2Fm68k%2Finclude%2Fasm%2Fentry_mm.h;h=73b8c8fbed9cdbad94c505db43e98a3972d72d5d;hb=c925cf0b80cb486b31e1ec0e9f981d75a4b38453;hp=47412588621839d963e0b2e2cb1ef772a49a5990;hpb=23756692147c5dfd3328afd42e16e9d943ff756c;p=linux-beck.git diff --git a/arch/m68k/include/asm/entry_mm.h b/arch/m68k/include/asm/entry_mm.h index 474125886218..73b8c8fbed9c 100644 --- a/arch/m68k/include/asm/entry_mm.h +++ b/arch/m68k/include/asm/entry_mm.h @@ -3,6 +3,9 @@ #include #include +#ifdef __ASSEMBLY__ +#include +#endif /* * Stack layout in 'ret_from_exception': @@ -47,14 +50,6 @@ LFLUSH_I_AND_D = 0x00000808 -/* process bits for task_struct.ptrace */ -PT_TRACESYS_OFF = 3 -PT_TRACESYS_BIT = 1 -PT_PTRACED_OFF = 3 -PT_PTRACED_BIT = 0 -PT_DTRACE_OFF = 3 -PT_DTRACE_BIT = 2 - #define SAVE_ALL_INT save_all_int #define SAVE_ALL_SYS save_all_sys #define RESTORE_ALL restore_all