Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
498bdcdb
Commit
498bdcdb
authored
4 years ago
by
Ingo Molnar
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'sched/urgent' into sched/core, to pick up fix
Signed-off-by:
Ingo Molnar
<
mingo@kernel.org
>
parents
2ebb1771
18f855e5
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
kernel/sched/fair.c
kernel/sched/fair.c
+1
-1
No files found.
kernel/sched/fair.c
View file @
498bdcdb
...
@@ -2908,7 +2908,7 @@ static void task_tick_numa(struct rq *rq, struct task_struct *curr)
...
@@ -2908,7 +2908,7 @@ static void task_tick_numa(struct rq *rq, struct task_struct *curr)
/*
/*
* We don't care about NUMA placement if we don't have memory.
* We don't care about NUMA placement if we don't have memory.
*/
*/
if
(
!
curr
->
mm
||
(
curr
->
flags
&
PF_EXITING
)
||
work
->
next
!=
work
)
if
(
(
curr
->
flags
&
(
PF_EXITING
|
PF_KTHREAD
)
)
||
work
->
next
!=
work
)
return
;
return
;
/*
/*
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment