sched: remove PREEMPT_RESTRICT
remove PREEMPT_RESTRICT. (this is a separate commit so that any regression related to the removal itself is bisectable) Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
parent
52d3da1ad4
commit
3e3e13f399
3 changed files with 3 additions and 12 deletions
|
@ -863,7 +863,6 @@ struct sched_entity {
|
|||
struct load_weight load; /* for load-balancing */
|
||||
struct rb_node run_node;
|
||||
unsigned int on_rq;
|
||||
int peer_preempt;
|
||||
|
||||
u64 exec_start;
|
||||
u64 sum_exec_runtime;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue