Author: arekm                        Date: Thu Feb  2 20:55:44 2006 GMT
Module: SOURCES                       Tag: LINUX_2_6_14
---- Log message:
- smp fixes merged upstream

---- Files affected:
SOURCES:
   kernel-hotfixes.patch (1.1.2.70.2.4 -> 1.1.2.70.2.5) 

---- Diffs:

================================================================
Index: SOURCES/kernel-hotfixes.patch
diff -u SOURCES/kernel-hotfixes.patch:1.1.2.70.2.4 
SOURCES/kernel-hotfixes.patch:1.1.2.70.2.5
--- SOURCES/kernel-hotfixes.patch:1.1.2.70.2.4  Mon Jan  9 00:43:04 2006
+++ SOURCES/kernel-hotfixes.patch       Thu Feb  2 21:55:38 2006
@@ -166,26 +166,6 @@
  EXPORT_SYMBOL(ip_queue_xmit);
  EXPORT_SYMBOL(ip_send_check);
 +EXPORT_SYMBOL(sysctl_ip_default_ttl);
---- a/arch/i386/kernel/io_apic.c
-+++ b/arch/i386/kernel/io_apic.c
-@@ -2009,7 +2009,7 @@ static void ack_edge_ioapic_vector(unsig
- {
-       int irq = vector_to_irq(vector);
- 
--      move_irq(vector);
-+      move_native_irq(vector);
-       ack_edge_ioapic_irq(irq);
- }
- 
-@@ -2024,7 +2024,7 @@ static void end_level_ioapic_vector (uns
- {
-       int irq = vector_to_irq(vector);
- 
--      move_irq(vector);
-+      move_native_irq(vector);
-       end_level_ioapic_irq(irq);
- }
- 
 --- a/include/linux/smp.h
 +++ b/include/linux/smp.h
 @@ -10,13 +10,14 @@
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/SOURCES/kernel-hotfixes.patch?r1=1.1.2.70.2.4&r2=1.1.2.70.2.5&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to