From: Jeff Dike <jdike@addtoit.com>
To: Miklos Szeredi <miklos@szeredi.hu>
Cc: linux-kernel@vger.kernel.org,
user-mode-linux-devel@lists.sourceforge.net
Subject: Re: [uml-devel] uml doesn't work on 2.6.24-rc2
Date: Thu, 22 Nov 2007 18:51:41 -0500 [thread overview]
Message-ID: <20071122235141.GA7876@c2.user-mode-linux.org> (raw)
In-Reply-To: <E1IvGTn-0007cC-7q@dorka.pomaz.szeredi.hu>
On Thu, Nov 22, 2007 at 07:08:47PM +0100, Miklos Szeredi wrote:
> Thanks. My other problem is (probably you are aware) that recent -mm
> kernels don't compile for UML.
The patch below fixes the build for rc3-mm1 for me.
Jeff
--
Work email - jdike at linux dot intel dot com
Index: linux-2.6.22/include/asm-um/asm.h
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
+++ linux-2.6.22/include/asm-um/asm.h 2007-11-21 12:15:03.000000000 -0500
@@ -0,0 +1,6 @@
+#ifndef __UM_ASM_H
+#define __UM_ASM_H
+
+#include "asm/arch/asm.h"
+
+#endif
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel
WARNING: multiple messages have this Message-ID (diff)
From: Jeff Dike <jdike@addtoit.com>
To: Miklos Szeredi <miklos@szeredi.hu>
Cc: user-mode-linux-devel@lists.sourceforge.net,
linux-kernel@vger.kernel.org
Subject: Re: uml doesn't work on 2.6.24-rc2
Date: Thu, 22 Nov 2007 18:51:41 -0500 [thread overview]
Message-ID: <20071122235141.GA7876@c2.user-mode-linux.org> (raw)
In-Reply-To: <E1IvGTn-0007cC-7q@dorka.pomaz.szeredi.hu>
On Thu, Nov 22, 2007 at 07:08:47PM +0100, Miklos Szeredi wrote:
> Thanks. My other problem is (probably you are aware) that recent -mm
> kernels don't compile for UML.
The patch below fixes the build for rc3-mm1 for me.
Jeff
--
Work email - jdike at linux dot intel dot com
Index: linux-2.6.22/include/asm-um/asm.h
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
+++ linux-2.6.22/include/asm-um/asm.h 2007-11-21 12:15:03.000000000 -0500
@@ -0,0 +1,6 @@
+#ifndef __UM_ASM_H
+#define __UM_ASM_H
+
+#include "asm/arch/asm.h"
+
+#endif
next prev parent reply other threads:[~2007-11-22 23:51 UTC|newest]
Thread overview: 36+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-11-13 23:32 [uml-devel] uml doesn't work on 2.6.24-rc2 Miklos Szeredi
2007-11-13 23:32 ` Miklos Szeredi
2007-11-14 1:10 ` [uml-devel] " Jeff Dike
2007-11-14 1:10 ` Jeff Dike
2007-11-14 10:35 ` [uml-devel] " Miklos Szeredi
2007-11-14 10:35 ` Miklos Szeredi
2007-11-14 14:22 ` [uml-devel] " Jeff Dike
2007-11-14 14:22 ` Jeff Dike
2007-11-14 15:26 ` [uml-devel] " Miklos Szeredi
2007-11-14 15:26 ` Miklos Szeredi
2007-11-14 17:36 ` [uml-devel] " Jeff Dike
2007-11-14 17:36 ` Jeff Dike
2007-11-14 21:29 ` [uml-devel] " Miklos Szeredi
2007-11-14 21:29 ` Miklos Szeredi
2007-11-16 17:06 ` [uml-devel] " Jeff Dike
2007-11-16 17:06 ` Jeff Dike
2007-11-22 18:08 ` [uml-devel] " Miklos Szeredi
2007-11-22 18:08 ` Miklos Szeredi
2007-11-22 23:51 ` Jeff Dike [this message]
2007-11-22 23:51 ` Jeff Dike
2007-11-23 8:59 ` [uml-devel] " Miklos Szeredi
2007-11-23 8:59 ` Miklos Szeredi
2007-11-23 9:01 ` [uml-devel] " Karol Swietlicki
2007-11-23 9:01 ` Karol Swietlicki
2007-11-23 10:54 ` Jiri Olsa
2007-11-23 10:54 ` Jiri Olsa
2007-11-23 11:00 ` WANG Cong
2007-11-23 11:00 ` WANG Cong
2007-11-26 17:47 ` Jeff Dike
2007-11-26 17:47 ` Jeff Dike
2007-11-26 18:10 ` Jeff Dike
2007-11-26 18:10 ` Jeff Dike
2007-11-26 20:52 ` [uml-devel] " Jeff Dike
2007-11-26 20:52 ` Jeff Dike
2007-11-26 21:22 ` [uml-devel] " Miklos Szeredi
2007-11-26 21:22 ` Miklos Szeredi
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20071122235141.GA7876@c2.user-mode-linux.org \
--to=jdike@addtoit.com \
--cc=linux-kernel@vger.kernel.org \
--cc=miklos@szeredi.hu \
--cc=user-mode-linux-devel@lists.sourceforge.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.