HOST_FRAME_SIZE isn't used any more. It has been replaced with MAX_REG_NR.
Signed-off-by: Jeff Dike <[EMAIL PROTECTED]> -- 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 [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/