Gentoo Archives: gentoo-commits

From: "Tom Wijsman (tomwij)" <tomwij@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-kernel/ck-sources/files: ck-sources-3.4.81-update_cpu_load-aCOSwt_P9.patch
Date: Sat, 01 Mar 2014 00:44:22
Message-Id: 20140301004417.D8D3F2004E@flycatcher.gentoo.org
1 tomwij 14/03/01 00:44:17
2
3 Added: ck-sources-3.4.81-update_cpu_load-aCOSwt_P9.patch
4 Log:
5 Version bump to 3.4.82; proxied commit for Eric F. GARIOUD, fixes bug #502442.
6
7 (Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)
8
9 Revision Changes Path
10 1.1 sys-kernel/ck-sources/files/ck-sources-3.4.81-update_cpu_load-aCOSwt_P9.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/ck-sources/files/ck-sources-3.4.81-update_cpu_load-aCOSwt_P9.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/ck-sources/files/ck-sources-3.4.81-update_cpu_load-aCOSwt_P9.patch?rev=1.1&content-type=text/plain
14
15 Index: ck-sources-3.4.81-update_cpu_load-aCOSwt_P9.patch
16 ===================================================================
17 --- kernel/sched/bfs.000 2014-02-25 23:02:00.000000000 +0100
18 +++ kernel/sched/bfs.c 2014-02-25 23:04:49.000000000 +0100
19 @@ -2599,6 +2599,10 @@
20 void calc_load_exit_idle(void)
21 {
22 }
23 +
24 +void update_cpu_load_nohz(void)
25 +{
26 +}
27 #endif /* CONFIG_NO_HZ */
28
29 /*