From: Hu Gang <linuxbest@gmail.com>
To: Ingo Molnar <mingo@elte.hu>
Cc: linux-kernel@vger.kernel.org,
Karsten Wiese <fzu@wemgehoertderstaat.de>,
Thomas Gleixner <tglx@linutronix.de>
Subject: Re: 2.6.19-rc6-rt8
Date: Wed, 29 Nov 2006 09:18:25 +0000 [thread overview]
Message-ID: <20061129091825.5438cfb9@localhost> (raw)
In-Reply-To: <20061127094927.GA7339@elte.hu>
On Mon, 27 Nov 2006 10:49:27 +0100
Ingo Molnar <mingo@elte.hu> wrote:
> i have released the 2.6.19-rc6-rt8 tree, which can be downloaded from
> the usual place:
>
> http://redhat.com/~mingo/realtime-preempt/
attached patch to making it compile and works in my PowerBook G4.
Index: linux-2.6.19-rc6-rt5/arch/powerpc/kernel/time.c
===================================================================
--- linux-2.6.19-rc6-rt5.orig/arch/powerpc/kernel/time.c 2006-11-28 22:13:54.000000000 +0000
+++ linux-2.6.19-rc6-rt5/arch/powerpc/kernel/time.c 2006-11-28 22:15:48.000000000 +0000
@@ -507,7 +507,7 @@
if (per_cpu(last_jiffy, cpu) >= tb_next_jiffy) {
tb_last_jiffy = tb_next_jiffy;
do_timer(1);
- timer_recalc_offset(tb_last_jiffy);
+ /*timer_recalc_offset(tb_last_jiffy);*/
timer_check_rtc();
}
write_sequnlock(&xtime_lock);
Index: linux-2.6.19-rc6-rt5/include/asm-powerpc/semaphore.h
===================================================================
--- linux-2.6.19-rc6-rt5.orig/include/asm-powerpc/semaphore.h 2006-11-28 22:13:54.000000000 +0000
+++ linux-2.6.19-rc6-rt5/include/asm-powerpc/semaphore.h 2006-11-28 22:15:48.000000000 +0000
@@ -10,7 +10,7 @@
#ifdef __KERNEL__
-#include <linux/config.h>
+/*#include <linux/config.h>*/
#include <asm/atomic.h>
#include <asm/system.h>
#include <linux/wait.h>
Index: linux-2.6.19-rc6-rt5/mm/page_alloc.c
===================================================================
--- linux-2.6.19-rc6-rt5.orig/mm/page_alloc.c 2006-11-28 22:13:54.000000000 +0000
+++ linux-2.6.19-rc6-rt5/mm/page_alloc.c 2006-11-28 22:15:48.000000000 +0000
@@ -2800,7 +2800,9 @@
void __init page_alloc_init(void)
{
+#ifdef CONFIG_HOTPLUG_CPU
hotcpu_notifier(page_alloc_cpu_notify, 0);
+#endif
}
/*
next prev parent reply other threads:[~2006-11-29 1:22 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-11-27 9:49 2.6.19-rc6-rt8 Ingo Molnar
2006-11-28 13:04 ` rt7 sucess 2.6.19-rc6-rt8 Sergio Monteiro Basto
2006-11-28 22:40 ` 2.6.19-rc6-rt8 Karsten Wiese
2006-11-29 0:04 ` 2.6.19-rc6-rt8 Karsten Wiese
2006-11-29 7:06 ` 2.6.19-rc6-rt8 Ingo Molnar
2006-11-29 13:21 ` 2.6.19-rc6-rt8 Karsten Wiese
2006-11-29 6:57 ` 2.6.19-rc6-rt8 Ingo Molnar
2006-11-29 9:18 ` Hu Gang [this message]
2006-11-29 6:41 ` 2.6.19-rc6-rt8 Ingo Molnar
2006-11-29 14:44 ` 2.6.19-rc6-rt8 Hu Gang
2006-11-29 6:58 ` 2.6.19-rc6-rt8 Ingo Molnar
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=20061129091825.5438cfb9@localhost \
--to=linuxbest@gmail.com \
--cc=fzu@wemgehoertderstaat.de \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@elte.hu \
--cc=tglx@linutronix.de \
/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.