SOURCES: kernel-desktop-preempt-rt.patch - fix build on ix86

sparky sparky at pld-linux.org
Sat Nov 18 03:46:04 CET 2006


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



More information about the pld-cvs-commit mailing list