SOURCES (LINUX_2_6_20): linux-2.6-vs2.3.patch - kernel/timer.c fix...
mguevara
mguevara at pld-linux.org
Mon Feb 12 12:24:40 CET 2007
Author: mguevara Date: Mon Feb 12 11:24:40 2007 GMT
Module: SOURCES Tag: LINUX_2_6_20
---- Log message:
- kernel/timer.c fix (suspend2 adds freezer.h include)
---- Files affected:
SOURCES:
linux-2.6-vs2.3.patch (1.2.2.45 -> 1.2.2.46)
---- Diffs:
================================================================
Index: SOURCES/linux-2.6-vs2.3.patch
diff -u SOURCES/linux-2.6-vs2.3.patch:1.2.2.45 SOURCES/linux-2.6-vs2.3.patch:1.2.2.46
--- SOURCES/linux-2.6-vs2.3.patch:1.2.2.45 Mon Feb 12 12:21:33 2007
+++ SOURCES/linux-2.6-vs2.3.patch Mon Feb 12 12:24:35 2007
@@ -22034,9 +22034,9 @@
--- linux-2.6.20/kernel/timer.c 2007-02-06 03:01:56 +0100
+++ linux-2.6.20-vs2.3.0.9/kernel/timer.c 2007-02-06 03:05:22 +0100
@@ -34,6 +34,10 @@
- #include <linux/cpu.h>
#include <linux/syscalls.h>
#include <linux/delay.h>
+ #include <linux/freezer.h>
+#include <linux/vs_base.h>
+#include <linux/vs_cvirt.h>
+#include <linux/vs_pid.h>
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/linux-2.6-vs2.3.patch?r1=1.2.2.45&r2=1.2.2.46&f=u
More information about the pld-cvs-commit
mailing list