[kernel] r5686 -
dists/sarge-security/kernel/source/kernel-source-2.6.8-2.6.8/debian/patches
Dann Frazier
dannf at costa.debian.org
Thu Feb 2 08:22:57 UTC 2006
Author: dannf
Date: Thu Feb 2 08:22:56 2006
New Revision: 5686
Modified:
dists/sarge-security/kernel/source/kernel-source-2.6.8-2.6.8/debian/patches/sysctl-unregistration-oops.dpatch
Log:
DEFINE_SPINLOCK macro didn't exist in 2.6.8
Modified: dists/sarge-security/kernel/source/kernel-source-2.6.8-2.6.8/debian/patches/sysctl-unregistration-oops.dpatch
==============================================================================
--- dists/sarge-security/kernel/source/kernel-source-2.6.8-2.6.8/debian/patches/sysctl-unregistration-oops.dpatch (original)
+++ dists/sarge-security/kernel/source/kernel-source-2.6.8-2.6.8/debian/patches/sysctl-unregistration-oops.dpatch Thu Feb 2 08:22:56 2006
@@ -90,7 +90,7 @@
extern void init_irq_proc (void);
-+static DEFINE_SPINLOCK(sysctl_lock);
++static spinlock_t sysctl_lock = SPIN_LOCK_UNLOCKED;
+
+/* called under sysctl_lock */
+static int use_table(struct ctl_table_header *p)
More information about the Kernel-svn-changes
mailing list