Gentoo Archives: gentoo-commits

From: "Markos Chandras (hwoarang)" <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-kernel/ck-sources/files: ck-sources-3.6-Fix_Boot_Issue_On_Kvm-aCOSwt_P6.patch
Date: Mon, 29 Oct 2012 20:52:05
Message-Id: 20121029205155.C2B1221601@flycatcher.gentoo.org
1 hwoarang 12/10/29 20:51:55
2
3 Added:
4 ck-sources-3.6-Fix_Boot_Issue_On_Kvm-aCOSwt_P6.patch
5 Log:
6 Version bump. Bug #440116. Thanks to Eric F. GARIOUD <eric-f.garioud@×××××××.fr>
7
8 (Portage version: 2.1.11.30/cvs/Linux x86_64, signed Manifest commit with key B4AFF2C2)
9
10 Revision Changes Path
11 1.1 sys-kernel/ck-sources/files/ck-sources-3.6-Fix_Boot_Issue_On_Kvm-aCOSwt_P6.patch
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/ck-sources/files/ck-sources-3.6-Fix_Boot_Issue_On_Kvm-aCOSwt_P6.patch?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/ck-sources/files/ck-sources-3.6-Fix_Boot_Issue_On_Kvm-aCOSwt_P6.patch?rev=1.1&content-type=text/plain
15
16 Index: ck-sources-3.6-Fix_Boot_Issue_On_Kvm-aCOSwt_P6.patch
17 ===================================================================
18 --- kernel/sched/bfs.c.000 2012-10-27 18:06:48.000000000 +0200
19 +++ kernel/sched/bfs.c 2012-10-27 18:06:31.000000000 +0200
20 @@ -4655,8 +4655,6 @@
21 static void __cond_resched(void)
22 {
23 /* NOT a real fix but will make voluntary preempt work. 馬鹿な事 */
24 - if (unlikely(system_state != SYSTEM_RUNNING))
25 - return;
26
27 add_preempt_count(PREEMPT_ACTIVE);
28 schedule();