Author: sparky                       Date: Sat Nov 18 02:46:04 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fix build on ix86

---- Files affected:
SOURCES:
   kernel-desktop-preempt-rt.patch (1.20 -> 1.21) 

---- Diffs:

================================================================
Index: SOURCES/kernel-desktop-preempt-rt.patch
diff -u SOURCES/kernel-desktop-preempt-rt.patch:1.20 
SOURCES/kernel-desktop-preempt-rt.patch:1.21
--- SOURCES/kernel-desktop-preempt-rt.patch:1.20        Tue Nov  7 05:51:10 2006
+++ SOURCES/kernel-desktop-preempt-rt.patch     Sat Nov 18 03:45:59 2006
@@ -53325,7 +53325,7 @@
  #ifdef __KERNEL__
  #include <linux/spinlock.h>           /* spinlock_t */
 -extern spinlock_t rtc_lock;           /* serialize CMOS RAM access */
-+extern raw_spinlock_t rtc_lock;               /* serialize CMOS RAM access */
++extern spinlock_t rtc_lock __cacheline_aligned_in_smp;                /* 
serialize CMOS RAM access */
  #endif
  
  /**********************************************************************
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/SOURCES/kernel-desktop-preempt-rt.patch?r1=1.20&r2=1.21&f=u

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

Reply via email to