From: Remi Colinet <remi.colinet@free.fr>
To: Ingo Molnar <mingo@elte.hu>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [patch] Real-Time Preemption, -RT-2.6.9-mm1-V0.4
Date: Wed, 27 Oct 2004 23:48:37 +0200 [thread overview]
Message-ID: <418017B5.7080706@free.fr> (raw)
Hi,
Here is a trivial compile fix :
CC lib/string.o
CC lib/vsprintf.o
AR lib/lib.a
CC arch/i386/lib/bitops.o
CC arch/i386/lib/dec_and_lock.o
CC arch/i386/lib/delay.o
CC arch/i386/lib/memcpy.o
CC arch/i386/lib/usercopy.o
AR arch/i386/lib/lib.a
GEN .version
CHK include/linux/compile.h
UPD include/linux/compile.h
CC init/version.o
LD init/built-in.o
LD .tmp_vmlinux1
kernel/built-in.o(.text+0x8450): In function `cpu_callback':
kernel/fork.c:1421: undefined reference to `takeover_tasklets'
make: *** [.tmp_vmlinux1] Error 1
--- kernel/softirq.c.orig 2004-10-27 23:44:14.160948016 +0200
+++ kernel/softirq.c 2004-10-27 23:44:34.571845088 +0200
@@ -464,7 +464,7 @@
BUG();
}
-static void takeover_tasklets(unsigned int cpu)
+void takeover_tasklets(unsigned int cpu)
{
struct tasklet_struct **i;
Remi
next reply other threads:[~2004-10-27 22:42 UTC|newest]
Thread overview: 40+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-10-27 21:48 Remi Colinet [this message]
-- strict thread matches above, loose matches on Subject: below --
2004-10-27 21:30 [patch] Real-Time Preemption, -RT-2.6.9-mm1-V0.4 Mark_H_Johnson
2004-10-28 7:03 ` Ingo Molnar
2004-10-27 16:12 Mark_H_Johnson
2004-10-27 21:04 ` Ingo Molnar
2004-10-18 14:50 [patch] Real-Time Preemption, -RT-2.6.9-rc4-mm1-U5 Ingo Molnar
2004-10-19 12:46 ` [patch] Real-Time Preemption, -RT-2.6.9-rc4-mm1-U6 Ingo Molnar
2004-10-19 18:00 ` [patch] Real-Time Preemption, -RT-2.6.9-rc4-mm1-U7 Ingo Molnar
2004-10-20 9:45 ` [patch] Real-Time Preemption, -RT-2.6.9-rc4-mm1-U8 Ingo Molnar
2004-10-21 13:27 ` [patch] Real-Time Preemption, -RT-2.6.9-rc4-mm1-U9 Ingo Molnar
2004-10-22 13:35 ` [patch] Real-Time Preemption, -RT-2.6.9-rc4-mm1-U9.3 Ingo Molnar
2004-10-22 15:50 ` [patch] Real-Time Preemption, -RT-2.6.9-mm1-U10 Ingo Molnar
2004-10-22 17:56 ` [patch] Real-Time Preemption, -RT-2.6.9-mm1-U10.2 Ingo Molnar
2004-10-25 10:40 ` [patch] Real-Time Preemption, -RT-2.6.9-mm1-V0 Ingo Molnar
2004-10-27 0:15 ` [patch] Real-Time Preemption, -RT-2.6.9-mm1-V0.3 Ingo Molnar
2004-10-27 12:43 ` Rui Nuno Capela
2004-10-27 13:53 ` Ingo Molnar
2004-10-27 15:26 ` [patch] Real-Time Preemption, -RT-2.6.9-mm1-V0.4 Rui Nuno Capela
2004-10-27 15:30 ` Lee Revell
2004-10-27 17:39 ` Rui Nuno Capela
2004-10-27 18:57 ` karsten wiese
2004-10-27 20:28 ` Rui Nuno Capela
2004-10-27 18:59 ` karsten wiese
2004-10-27 20:01 ` Ingo Molnar
2004-10-27 20:51 ` Ingo Molnar
2004-10-27 21:19 ` Ingo Molnar
2004-10-27 23:31 ` Rui Nuno Capela
2004-10-28 6:36 ` Ingo Molnar
2004-10-28 8:31 ` Rui Nuno Capela
2004-10-28 8:56 ` Ingo Molnar
2004-10-28 9:17 ` Rui Nuno Capela
2004-10-28 9:32 ` Ingo Molnar
2004-10-28 16:33 ` Rui Nuno Capela
2004-10-28 19:16 ` Ingo Molnar
2004-10-28 23:49 ` Rui Nuno Capela
2004-10-29 0:07 ` Lee Revell
2004-10-29 7:30 ` Ingo Molnar
2004-10-29 15:00 ` Rui Nuno Capela
2004-10-29 17:57 ` Lee Revell
2004-10-29 14:31 ` Florian Schmidt
2004-10-29 14:25 ` Ingo Molnar
2004-10-29 15:09 ` Florian Schmidt
2004-10-29 14:53 ` Florian Schmidt
2004-10-30 3:09 ` Lee Revell
2004-10-30 3:22 ` Joe
2004-10-27 13:03 ` Ingo Molnar
2004-10-27 21:41 ` Magnus Naeslund(t)
2004-10-28 6:55 ` Ingo Molnar
2004-10-28 9:31 ` Magnus Naeslund(t)
2004-10-28 6:58 ` Ingo Molnar
2004-10-28 14:14 ` K.R. Foley
2004-10-28 14:20 ` 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=418017B5.7080706@free.fr \
--to=remi.colinet@free.fr \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@elte.hu \
/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.