* Re: 2.5.71 fails compile (net/built-in.o)
[not found] <20030614221008$62f5@gated-at.bofh.it>
@ 2003-06-14 22:24 ` John Weber
0 siblings, 0 replies; 3+ messages in thread
From: John Weber @ 2003-06-14 22:24 UTC (permalink / raw)
To: Pete Clements; +Cc: linux-kernel
Pete Clements wrote:
> FYI:
>
>
> CPP arch/i386/vmlinux.lds.s
> GEN .version
> CHK include/linux/compile.h
> UPD include/linux/compile.h
> CC init/version.o
> LD init/built-in.o
> LD .tmp_vmlinux1
> net/built-in.o: In function `flow_cache_init':
> net/built-in.o(.init.text+0x282): undefined reference to `register_cpu_notifier'
> make: *** [.tmp_vmlinux1] Error 1
>
Just a missing #include in net/core/flow.c
--- flow.old 2003-06-14 18:17:35.000000000 -0400
+++ flow.c 2003-06-14 18:13:03.000000000 -0400
@@ -5,6 +5,7 @@
*/
#include <linux/kernel.h>
+#include <linux/cpu.h>
#include <linux/list.h>
#include <linux/jhash.h>
#include <linux/interrupt.h>
^ permalink raw reply [flat|nested] 3+ messages in thread
* 2.5.71 fails compile (net/built-in.o)
@ 2003-06-14 22:03 Pete Clements
2003-06-14 22:23 ` Andrew Morton
0 siblings, 1 reply; 3+ messages in thread
From: Pete Clements @ 2003-06-14 22:03 UTC (permalink / raw)
To: linux-kernel
FYI:
CPP arch/i386/vmlinux.lds.s
GEN .version
CHK include/linux/compile.h
UPD include/linux/compile.h
CC init/version.o
LD init/built-in.o
LD .tmp_vmlinux1
net/built-in.o: In function `flow_cache_init':
net/built-in.o(.init.text+0x282): undefined reference to `register_cpu_notifier'
make: *** [.tmp_vmlinux1] Error 1
--
Pete Clements
clem@clem.clem-digital.net
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: 2.5.71 fails compile (net/built-in.o)
2003-06-14 22:03 Pete Clements
@ 2003-06-14 22:23 ` Andrew Morton
0 siblings, 0 replies; 3+ messages in thread
From: Andrew Morton @ 2003-06-14 22:23 UTC (permalink / raw)
To: Pete Clements; +Cc: linux-kernel
Pete Clements <clem@clem.clem-digital.net> wrote:
>
> FYI:
>
>
> CPP arch/i386/vmlinux.lds.s
> GEN .version
> CHK include/linux/compile.h
> UPD include/linux/compile.h
> CC init/version.o
> LD init/built-in.o
> LD .tmp_vmlinux1
> net/built-in.o: In function `flow_cache_init':
> net/built-in.o(.init.text+0x282): undefined reference to `register_cpu_notifier'
--- 25/net/core/flow.c~flow-warning-fix 2003-06-14 15:13:37.000000000 -0700
+++ 25-akpm/net/core/flow.c 2003-06-14 15:14:04.000000000 -0700
@@ -18,6 +18,7 @@
#include <linux/percpu.h>
#include <linux/bitops.h>
#include <linux/notifier.h>
+#include <linux/cpu.h>
#include <net/flow.h>
#include <asm/atomic.h>
#include <asm/semaphore.h>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2003-06-14 22:09 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20030614221008$62f5@gated-at.bofh.it>
2003-06-14 22:24 ` 2.5.71 fails compile (net/built-in.o) John Weber
2003-06-14 22:03 Pete Clements
2003-06-14 22:23 ` Andrew Morton
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox