* [PATCH 2/4] UML - Delete HOST_FRAME_SIZE
@ 2007-04-05 20:24 Jeff Dike
0 siblings, 0 replies; only message in thread
From: Jeff Dike @ 2007-04-05 20:24 UTC (permalink / raw)
To: Andrew Morton; +Cc: LKML, uml-devel
HOST_FRAME_SIZE isn't used any more. It has been replaced with MAX_REG_NR.
Signed-off-by: Jeff Dike <jdike@linux.intel.com>
--
arch/um/sys-i386/user-offsets.c | 1 -
arch/um/sys-x86_64/user-offsets.c | 1 -
2 files changed, 2 deletions(-)
Index: linux-2.6.21-mm/arch/um/sys-i386/user-offsets.c
===================================================================
--- linux-2.6.21-mm.orig/arch/um/sys-i386/user-offsets.c 2007-04-05 12:38:56.000000000 -0400
+++ linux-2.6.21-mm/arch/um/sys-i386/user-offsets.c 2007-04-05 12:39:12.000000000 -0400
@@ -47,7 +47,6 @@ void foo(void)
OFFSET(HOST_SC_FP_ST, _fpstate, _st);
OFFSET(HOST_SC_FXSR_ENV, _fpstate, _fxsr_env);
- DEFINE(HOST_FRAME_SIZE, FRAME_SIZE);
DEFINE_LONGS(HOST_FP_SIZE, sizeof(struct user_i387_struct));
DEFINE_LONGS(HOST_XFP_SIZE, sizeof(struct user_fxsr_struct));
Index: linux-2.6.21-mm/arch/um/sys-x86_64/user-offsets.c
===================================================================
--- linux-2.6.21-mm.orig/arch/um/sys-x86_64/user-offsets.c 2007-04-05 12:38:43.000000000 -0400
+++ linux-2.6.21-mm/arch/um/sys-x86_64/user-offsets.c 2007-04-05 12:39:12.000000000 -0400
@@ -57,7 +57,6 @@ void foo(void)
OFFSET(HOST_SC_SS, sigcontext, ss);
#endif
- DEFINE_LONGS(HOST_FRAME_SIZE, FRAME_SIZE);
DEFINE(HOST_FP_SIZE, sizeof(struct _fpstate) / sizeof(unsigned long));
DEFINE(HOST_XFP_SIZE, 0);
DEFINE_LONGS(HOST_RBX, RBX);
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-04-05 20:29 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-05 20:24 [PATCH 2/4] UML - Delete HOST_FRAME_SIZE Jeff Dike
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox