Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 75c7e214 authored by Jeff Dike's avatar Jeff Dike Committed by Linus Torvalds
Browse files

uml: eliminate floating point state from register file



The floating point fields in the pt_regs register file aren't used, so they
are deleted.

Signed-off-by: default avatarJeff Dike <jdike@linux.intel.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent f0c4cad9
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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;
+0 −1
Original line number Diff line number Diff line
@@ -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;