linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* linux-2.5.71: undefined reference to `register_cpu_notifier'
@ 2003-06-14 23:56 Gerhard Mack
  2003-06-15  0:06 ` [PATCH][2.5] fix link due to register_cpu_notifier & flow_cache_init Zwane Mwaikambo
  0 siblings, 1 reply; 2+ messages in thread
From: Gerhard Mack @ 2003-06-14 23:56 UTC (permalink / raw)
  To: linux-kernel

Got this on a fresh tree:

net/built-in.o(.init.text+0x209): In function `flow_cache_init':
: undefined reference to `register_cpu_notifier'
make: *** [.tmp_vmlinux1] Error 1


--
Gerhard Mack

gmack@innerfire.net

<>< As a computer I find your faith in technology amusing.


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH][2.5] fix link due to register_cpu_notifier & flow_cache_init
  2003-06-14 23:56 linux-2.5.71: undefined reference to `register_cpu_notifier' Gerhard Mack
@ 2003-06-15  0:06 ` Zwane Mwaikambo
  0 siblings, 0 replies; 2+ messages in thread
From: Zwane Mwaikambo @ 2003-06-15  0:06 UTC (permalink / raw)
  To: Gerhard Mack; +Cc: linux-kernel

On Sat, 14 Jun 2003, Gerhard Mack wrote:

> Got this on a fresh tree:
> 
> net/built-in.o(.init.text+0x209): In function `flow_cache_init':
> : undefined reference to `register_cpu_notifier'
> make: *** [.tmp_vmlinux1] Error 1

Index: linux-2.5-pgcl/net/core/flow.c
===================================================================
RCS file: /home/cvs/linux-2.5/net/core/flow.c,v
retrieving revision 1.7
diff -u -p -B -r1.7 flow.c
--- linux-2.5-pgcl/net/core/flow.c	21 Jun 2003 16:16:59 -0000	1.7
+++ linux-2.5-pgcl/net/core/flow.c	14 Jun 2003 23:05:49 -0000
@@ -13,6 +13,7 @@
 #include <linux/init.h>
 #include <linux/slab.h>
 #include <linux/interrupt.h>
+#include <linux/cpu.h>
 #include <linux/smp.h>
 #include <linux/completion.h>
 #include <linux/percpu.h>
-- 
function.linuxpower.ca

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-06-15  0:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-06-14 23:56 linux-2.5.71: undefined reference to `register_cpu_notifier' Gerhard Mack
2003-06-15  0:06 ` [PATCH][2.5] fix link due to register_cpu_notifier & flow_cache_init Zwane Mwaikambo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).