[S390] add breaking event address for user space
[safe/jmp/linux-2.6] / arch / s390 / kernel / asm-offsets.c
index 44a4336..d9b490a 100644 (file)
@@ -39,6 +39,7 @@ int main(void)
        DEFINE(__TI_precount, offsetof(struct thread_info, preempt_count));
        DEFINE(__TI_user_timer, offsetof(struct thread_info, user_timer));
        DEFINE(__TI_system_timer, offsetof(struct thread_info, system_timer));
+       DEFINE(__TI_last_break, offsetof(struct thread_info, last_break));
        BLANK();
        DEFINE(__PT_ARGS, offsetof(struct pt_regs, args));
        DEFINE(__PT_PSW, offsetof(struct pt_regs, psw));