diff options
author | Ingo Molnar <mingo@kernel.org> | 2019-06-17 06:12:27 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2019-06-17 06:12:27 -0400 |
commit | 23da766ab1dc005860b675bf048226a11a748bf9 (patch) | |
tree | 3f8dbfc2cf68f5da3faa3a377087b06dd8ad343d /kernel/sched/cpupri.c | |
parent | af75d1a9a9f75bf030c2f35705f1ff6d226f96fe (diff) | |
parent | 9e0babf2c06c73cda2c0cd37a1653d823adb40ec (diff) |
Merge tag 'v5.2-rc5' into sched/core, to pick up fixes
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'kernel/sched/cpupri.c')
-rw-r--r-- | kernel/sched/cpupri.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/kernel/sched/cpupri.c b/kernel/sched/cpupri.c index f7d2c10b4c92..b7abca987d94 100644 --- a/kernel/sched/cpupri.c +++ b/kernel/sched/cpupri.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * kernel/sched/cpupri.c | 3 | * kernel/sched/cpupri.c |
3 | * | 4 | * |
@@ -20,11 +21,6 @@ | |||
20 | * searches). For tasks with affinity restrictions, the algorithm has a | 21 | * searches). For tasks with affinity restrictions, the algorithm has a |
21 | * worst case complexity of O(min(102, nr_domcpus)), though the scenario that | 22 | * worst case complexity of O(min(102, nr_domcpus)), though the scenario that |
22 | * yields the worst case search is fairly contrived. | 23 | * yields the worst case search is fairly contrived. |
23 | * | ||
24 | * This program is free software; you can redistribute it and/or | ||
25 | * modify it under the terms of the GNU General Public License | ||
26 | * as published by the Free Software Foundation; version 2 | ||
27 | * of the License. | ||
28 | */ | 24 | */ |
29 | #include "sched.h" | 25 | #include "sched.h" |
30 | 26 | ||