Apparently, NOBODY bothered to test 2.4.18-pre*, 2.4.18 final, or 2.4.19-pre* on s390. The broken patch went into 2.4.18-pre1 with a curt changelog: - S390 merge (IBM) Patch attached. -- Pete --- linux-2.4.18-0.1.s390/arch/s390/kernel/entry.S Mon Feb 25 11:37:56 2002 +++ linux-2.4.18-0.1-x.s390/arch/s390/kernel/entry.S Mon Mar 4 19:53:13 2002 @@ -59,7 +59,7 @@ */ _TSS_PTREGS = 0 _TSS_FPRS = (_TSS_PTREGS+8) -_TSS_AR2 = (_TSS_FPRS+136) +_TSS_AR2 = (_TSS_FPRS+128) _TSS_AR4 = (_TSS_AR2+4) _TSS_KSP = (_TSS_AR4+4) _TSS_USERSEG = (_TSS_KSP+4) --- linux-2.4.18-0.1.s390/arch/s390x/kernel/entry.S Mon Feb 25 11:37:56 2002 +++ linux-2.4.18-0.1-x.s390/arch/s390x/kernel/entry.S Mon Mar 4 20:04:24 2002 @@ -60,7 +60,7 @@ */ _TSS_PTREGS = 0 _TSS_FPRS = (_TSS_PTREGS+8) -_TSS_AR2 = (_TSS_FPRS+136) +_TSS_AR2 = (_TSS_FPRS+128) _TSS_AR4 = (_TSS_AR2+4) _TSS_KSP = (_TSS_AR4+4) _TSS_USERSEG = (_TSS_KSP+8) To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/