Development kernel 2.5.71 released
(Log in to post comments)
Doesn't compile
Posted Jun 15, 2003 3:53 UTC (Sun) by hisdad (subscriber, #5375) [Link]
net/built-in.oundefined reference to register_cpu_notifier
Oh well..
Doesn't compile
Posted Jun 15, 2003 5:15 UTC (Sun) by set (guest, #4788) [Link]
from lkml, originally john weber;(probably whitespace dammaged by web form)
--- 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>
Doesn't compile
Posted Jun 15, 2003 8:09 UTC (Sun) by hisdad (subscriber, #5375) [Link]
Thanks for that, it compiles. However the lsilogic/scsi spin-locking bug which has been in there since about 2.5.63 is still there.Regards
