patch-2_6_7-vs1_9_1_12
[linux-2.6.git] / arch / s390 / kernel / asm-offsets.c
index a35e11a..ce2b035 100644 (file)
@@ -32,6 +32,7 @@ int main(void)
        DEFINE(__TI_cpu, offsetof(struct thread_info, cpu),);
        DEFINE(__TI_precount, offsetof(struct thread_info, preempt_count),);
        BLANK();
+       DEFINE(__PT_ARGS, offsetof(struct pt_regs, args),);
        DEFINE(__PT_PSW, offsetof(struct pt_regs, psw),);
        DEFINE(__PT_GPRS, offsetof(struct pt_regs, gprs),);
        DEFINE(__PT_ORIG_GPR2, offsetof(struct pt_regs, orig_gpr2),);