[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20070405202452.GA8929@c2.user-mode-linux.org>
Date: Thu, 5 Apr 2007 16:24:52 -0400
From: Jeff Dike <jdike@...toit.com>
To: Andrew Morton <akpm@...l.org>
Cc: LKML <linux-kernel@...r.kernel.org>,
uml-devel <user-mode-linux-devel@...ts.sourceforge.net>
Subject: [PATCH 2/4] UML - Delete HOST_FRAME_SIZE
HOST_FRAME_SIZE isn't used any more. It has been replaced with MAX_REG_NR.
Signed-off-by: Jeff Dike <jdike@...ux.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);
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists