Author: sparky Date: Fri Jun 23 16:58:08 2006 GMT Module: SOURCES Tag: HEAD ---- Log message: - compatibility patch if not patching with preempt-rt
---- Files affected: SOURCES: kernel-desktop-nopreempt-compat.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/kernel-desktop-nopreempt-compat.patch diff -u /dev/null SOURCES/kernel-desktop-nopreempt-compat.patch:1.1 --- /dev/null Fri Jun 23 18:58:08 2006 +++ SOURCES/kernel-desktop-nopreempt-compat.patch Fri Jun 23 18:58:03 2006 @@ -0,0 +1,22 @@ +--- linux.orig/include/linux/sysctl.h ++++ linux/include/linux/sysctl.h +@@ -148,6 +148,7 @@ enum + KERN_SPIN_RETRY=70, /* int: number of spinlock retries */ + KERN_ACPI_VIDEO_FLAGS=71, /* int: flags for setting up video after ACPI sleep */ + KERN_IA64_UNALIGNED=72, /* int: ia64 unaligned userland trap enable */ ++ KERN_MAX_LOCK_DEPTH=80, + }; + + +--- /dev/null ++++ linux/include/asm-arm/hw_irq.h +@@ -0,0 +1,9 @@ ++/* ++ * Nothing to see here yet ++ */ ++#ifndef _ARCH_ARM_HW_IRQ_H ++#define _ARCH_ARM_HW_IRQ_H ++ ++#include <asm/mach/irq.h> ++ ++#endif ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
