Dual P4 (Tyan S2662/I7505)
Booting of 2.6.12-rc1-bk6 stops after these lines ..
..
Enabling IO-APIC IRQs
.. TIMER; vector=0x31 oin1=2 pin2=-1
checking TSC synchronization across 4 CPUs: passed
Brought up 4 CPUs
2.6.12-rc1 works.
Please cc me, I am not subscribed.
--
Klaus
[email protected] wrote:
>Dual P4 (Tyan S2662/I7505)
>
>Booting of 2.6.12-rc1-bk6 stops after these lines ..
>
>..
>Enabling IO-APIC IRQs
>.. TIMER; vector=0x31 oin1=2 pin2=-1
>checking TSC synchronization across 4 CPUs: passed
>Brought up 4 CPUs
>
>2.6.12-rc1 works.
>Please cc me, I am not subscribed.
>
>
Hello kladit,
Searching on lkml.org show
The fix was posted yesterday again.
http://lkml.org/lkml/2005/4/3/74
===== net/core/sock.c 1.67 vs edited =====
--- 1.67/net/core/sock.c 2005-03-26 17:04:35 -06:00
+++ edited/net/core/sock.c 2005-04-02 13:37:20 -06:00
@@ -1352,7 +1352,7 @@
EXPORT_SYMBOL(sk_common_release);
-static rwlock_t proto_list_lock;
+static DEFINE_RWLOCK(proto_list_lock);
static LIST_HEAD(proto_list);
int proto_register(struct proto *prot, int alloc_slab)
Best regards
Mit freundlichen Gr??en
M.Thonke
Thanks for tip and patch Michael.
Best regards / Gr??e
--
Klaus