From: Frederik Deweerdt <deweerdt@free.fr>
To: Ingo Molnar <mingo@elte.hu>
Cc: linux-kernel@vger.kernel.org, linux-rt-users@vger.kernel.org,
Thomas Gleixner <tglx@linutronix.de>
Subject: Re: v2.6.23-rc1-rt0
Date: Tue, 24 Jul 2007 17:02:01 +0200 [thread overview]
Message-ID: <20070724150201.GA27113@slug> (raw)
In-Reply-To: <20070724121227.GA18670@elte.hu>
On Tue, Jul 24, 2007 at 02:12:27PM +0200, Ingo Molnar wrote:
> i've released the v2.6.23-rc1-rt0 kernel, which can be downloaded from
> the usual place:
>
> http://redhat.com/~mingo/realtime-preempt/
Hi Ingo,
CC kernel/latency_hist.o
kernel/latency_hist.c: In function 'u64_div':
kernel/latency_hist.c:54: error: implicit declaration of function 'do_div'
make[1]: *** [kernel/latency_hist.o] Error 1
make: *** [kernel] Error 2
This was needed to compile rt0 with LATENCY_TRACE on i386:
Add asm/div64.h header to define do_div()
Signed-off-by: Frederik Deweerdt <frederik.deweerdt@gmail.com>
--- kernel/latency_hist..ori 2007-07-24 16:04:20.000000000 +0200
+++ kernel/latency_hist.c 2007-07-24 16:04:50.000000000 +0200
@@ -15,6 +15,7 @@
#include <linux/percpu.h>
#include <linux/latency_hist.h>
#include <asm/atomic.h>
+#include <asm/div64.h>
typedef struct hist_data_struct {
atomic_t hist_mode; /* 0 log, 1 don't log */
next prev parent reply other threads:[~2007-07-24 15:05 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-07-24 12:12 v2.6.23-rc1-rt0 Ingo Molnar
2007-07-24 15:02 ` Frederik Deweerdt [this message]
-- strict thread matches above, loose matches on Subject: below --
2007-07-24 12:04 v2.6.22.1-rt5 Ingo Molnar
2007-07-24 13:18 ` v2.6.22.1-rt5 Andi Kleen
2007-07-24 12:27 ` v2.6.23-rc1-rt0 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=20070724150201.GA27113@slug \
--to=deweerdt@free.fr \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-rt-users@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox