mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 1/2] UML - Fix Al's build tidying
@ 2005-10-04 18:53 Jeff Dike
  2005-10-04 19:10 ` Al Viro
  0 siblings, 1 reply; 2+ messages in thread
From: Jeff Dike @ 2005-10-04 18:53 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel, user-mode-linux-devel, Al Viro

Al's build tidying missed one bit from me - without this UML doesn't boot.

Signed-off-by: Jeff Dike <jdike@addtoit.com>
Index: linux-2.6.13/arch/um/sys-i386/user-offsets.c
===================================================================
--- linux-2.6.13.orig/arch/um/sys-i386/user-offsets.c	2005-10-04 13:33:39.000000000 -0400
+++ linux-2.6.13/arch/um/sys-i386/user-offsets.c	2005-10-04 14:57:24.000000000 -0400
@@ -46,7 +46,7 @@
 	OFFSET(HOST_SC_FP_ST, _fpstate, _st);
 	OFFSET(HOST_SC_FXSR_ENV, _fpstate, _fxsr_env);
 
-	DEFINE_LONGS(HOST_FRAME_SIZE, FRAME_SIZE);
+	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));
 



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH 1/2] UML - Fix Al's build tidying
  2005-10-04 18:53 [PATCH 1/2] UML - Fix Al's build tidying Jeff Dike
@ 2005-10-04 19:10 ` Al Viro
  0 siblings, 0 replies; 2+ messages in thread
From: Al Viro @ 2005-10-04 19:10 UTC (permalink / raw)
  To: Jeff Dike; +Cc: torvalds, linux-kernel, user-mode-linux-devel

On Tue, Oct 04, 2005 at 02:53:49PM -0400, Jeff Dike wrote:
> Al's build tidying missed one bit from me - without this UML doesn't boot.

ACK - my apologies for mismerge ;-/

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-10-04 19:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-10-04 18:53 [PATCH 1/2] UML - Fix Al's build tidying Jeff Dike
2005-10-04 19:10 ` Al Viro

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome