summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2012-10-29 20:51:57 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2012-10-29 20:51:57 +0000
commitf9fc14ce5bd03f6703e507ead8c705db8f80d2ac (patch)
tree5d1023aa1d4840da8509e1c6328173bc22ca73b2 /sys-kernel/ck-sources/files
parentEnsure freedist compliance. Drop old ebuilds. Bug #440052 (diff)
downloadhistorical-f9fc14ce5bd03f6703e507ead8c705db8f80d2ac.tar.gz
historical-f9fc14ce5bd03f6703e507ead8c705db8f80d2ac.tar.bz2
historical-f9fc14ce5bd03f6703e507ead8c705db8f80d2ac.zip
Version bump. Bug #440116. Thanks to Eric F. GARIOUD <eric-f.garioud@wanadoo.fr>
Package-Manager: portage-2.1.11.30/cvs/Linux x86_64 Manifest-Sign-Key: 0xB4AFF2C2
Diffstat (limited to 'sys-kernel/ck-sources/files')
-rw-r--r--sys-kernel/ck-sources/files/ck-sources-3.6-Fix_Boot_Issue_On_Kvm-aCOSwt_P6.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/sys-kernel/ck-sources/files/ck-sources-3.6-Fix_Boot_Issue_On_Kvm-aCOSwt_P6.patch b/sys-kernel/ck-sources/files/ck-sources-3.6-Fix_Boot_Issue_On_Kvm-aCOSwt_P6.patch
new file mode 100644
index 000000000000..88ec8597e7ad
--- /dev/null
+++ b/sys-kernel/ck-sources/files/ck-sources-3.6-Fix_Boot_Issue_On_Kvm-aCOSwt_P6.patch
@@ -0,0 +1,11 @@
+--- kernel/sched/bfs.c.000 2012-10-27 18:06:48.000000000 +0200
++++ kernel/sched/bfs.c 2012-10-27 18:06:31.000000000 +0200
+@@ -4655,8 +4655,6 @@
+ static void __cond_resched(void)
+ {
+ /* NOT a real fix but will make voluntary preempt work. 馬鹿な事 */
+- if (unlikely(system_state != SYSTEM_RUNNING))
+- return;
+
+ add_preempt_count(PREEMPT_ACTIVE);
+ schedule();