All of lore.kernel.org
 help / color / mirror / Atom feed
* [uml-devel] [PATCH 1/2] UML - Fix Al's build tidying
@ 2005-10-04 18:53 ` Jeff Dike
  0 siblings, 0 replies; 4+ 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));
 




-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel

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

* [PATCH 1/2] UML - Fix Al's build tidying
@ 2005-10-04 18:53 ` Jeff Dike
  0 siblings, 0 replies; 4+ 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] 4+ messages in thread

* [uml-devel] Re: [PATCH 1/2] UML - Fix Al's build tidying
  2005-10-04 18:53 ` Jeff Dike
@ 2005-10-04 19:10   ` Al Viro
  -1 siblings, 0 replies; 4+ 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 ;-/


-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel

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

* Re: [PATCH 1/2] UML - Fix Al's build tidying
@ 2005-10-04 19:10   ` Al Viro
  0 siblings, 0 replies; 4+ 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] 4+ messages in thread

end of thread, other threads:[~2005-10-12 21:51 UTC | newest]

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.