The patch titled uml: eliminate floating point state from register file has been removed from the -mm tree. Its filename was uml-eliminate-floating-point-state-from-register-file.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: uml: eliminate floating point state from register file From: Jeff Dike <jdike@xxxxxxxxxxx> The floating point fields in the pt_regs register file aren't used, so they are deleted. Signed-off-by: Jeff Dike <jdike@xxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/um/include/sysdep-i386/ptrace.h | 2 -- arch/um/include/sysdep-x86_64/ptrace.h | 1 - 2 files changed, 3 deletions(-) diff -puN arch/um/include/sysdep-i386/ptrace.h~uml-eliminate-floating-point-state-from-register-file arch/um/include/sysdep-i386/ptrace.h --- a/arch/um/include/sysdep-i386/ptrace.h~uml-eliminate-floating-point-state-from-register-file +++ a/arch/um/include/sysdep-i386/ptrace.h @@ -54,8 +54,6 @@ extern int sysemu_supported; struct uml_pt_regs { unsigned long gp[MAX_REG_NR]; - unsigned long fp[HOST_FP_SIZE]; - unsigned long xfp[HOST_XFP_SIZE]; struct faultinfo faultinfo; long syscall; int is_user; diff -puN arch/um/include/sysdep-x86_64/ptrace.h~uml-eliminate-floating-point-state-from-register-file arch/um/include/sysdep-x86_64/ptrace.h --- a/arch/um/include/sysdep-x86_64/ptrace.h~uml-eliminate-floating-point-state-from-register-file +++ a/arch/um/include/sysdep-x86_64/ptrace.h @@ -86,7 +86,6 @@ struct uml_pt_regs { unsigned long gp[MAX_REG_NR]; - unsigned long fp[HOST_FP_SIZE]; struct faultinfo faultinfo; long syscall; int is_user; _ Patches currently in -mm which might be from jdike@xxxxxxxxxxx are origin.patch git-kvm.patch uml-header_ops-conversion-needed-for-non-ethernet-drivers.patch bitops-introduce-lock-ops.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html