From: Nikita Danilov <Nikita@Namesys.COM>
To: Jeff Dike <jdike@karaya.com>
Cc: linux-kernel@vger.kernel.org,
user-mode-linux-user@lists.sourceforge.net,
Reiserfs developers mail-list <Reiserfs-Dev@Namesys.COM>
Subject: Re: UML 2.5.34
Date: Fri, 13 Sep 2002 14:34:55 +0400 [thread overview]
Message-ID: <15745.48975.172938.121684@laputa.namesys.com> (raw)
In-Reply-To: <200209121812.NAA02610@ccure.karaya.com>
Jeff Dike writes:
> UML has been updated to 2.5.34 and UML 2.4.19-3.
>
> There have been only a few minor changes since UML 2.5.33. This is mostly an
> update to 2.5.34.
>
> The patch is available at
> http://uml-pub.ists.dartmouth.edu/uml/uml-patch-2.5.34-1.bz2
>
> For the other UML mirrors and other downloads, see
> http://user-mode-linux.sourceforge.net/dl-sf.html
>
> Other links of interest:
>
> The UML project home page : http://user-mode-linux.sourceforge.net
> The UML Community site : http://usermodelinux.org
And this is a patch to make it compilable (not sure about
CLOCK_TICK_RATE and pte_addr_t parts though):
It even boots, great!
----------------------------------------------------------------------
===== include/asm-um/percpu.h 1.1 vs edited =====
--- 1.1/include/asm-um/percpu.h Fri Sep 6 21:29:29 2002
+++ edited/include/asm-um/percpu.h Fri Sep 13 14:27:59 2002
@@ -1,5 +1,5 @@
-#ifndef __UM_CACHEFLUSH_H
-#define __UM_CACHEFLUSH_H
+#ifndef __UM_PERCPU_H
+#define __UM_PERCPU_H
#include "asm/arch/percpu.h"
===== include/asm-um/pgtable.h 1.1 vs edited =====
--- 1.1/include/asm-um/pgtable.h Fri Sep 6 21:29:29 2002
+++ edited/include/asm-um/pgtable.h Fri Sep 13 14:04:54 2002
@@ -372,6 +372,10 @@
#define kern_addr_valid(addr) (1)
+#if !defined(CONFIG_HIGHPTE)
+typedef pte_t *pte_addr_t;
+#endif
+
#include <asm-generic/pgtable.h>
#endif
===== include/asm-um/timex.h 1.1 vs edited =====
--- 1.1/include/asm-um/timex.h Fri Sep 6 21:29:29 2002
+++ edited/include/asm-um/timex.h Fri Sep 13 14:09:28 2002
@@ -7,6 +7,8 @@
#define cacheflush_time (0)
+#define CLOCK_TICK_RATE 1193180 /* Underlying HZ */
+
static inline cycles_t get_cycles (void)
{
return 0;
----------------------------------------------------------------------
>
> Jeff
>
Nikita.
next prev parent reply other threads:[~2002-09-13 10:30 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-09-12 18:12 Jeff Dike
2002-09-12 19:51 ` Andrew Morton
2002-09-12 20:55 ` Jeff Dike
2002-09-12 20:56 ` David Coulson
2002-09-13 10:34 ` Nikita Danilov [this message]
2002-09-13 14:29 ` Jeff Dike
2002-09-13 13:31 ` [reiserfs-dev] " Nikita Danilov
2002-09-13 16:12 ` Jeff Dike
2002-09-13 15:16 ` Nikita Danilov
2002-09-13 16:51 ` [uml-user] " Jeff Dike
2002-09-13 21:12 ` William Lee Irwin III
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=15745.48975.172938.121684@laputa.namesys.com \
--to=nikita@namesys.com \
--cc=Reiserfs-Dev@Namesys.COM \
--cc=jdike@karaya.com \
--cc=linux-kernel@vger.kernel.org \
--cc=user-mode-linux-user@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome