diff options
author | Ingo Molnar <mingo@elte.hu> | 2007-11-09 16:39:39 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2007-11-09 16:39:39 -0500 |
commit | 3e3e13f399ac8060a20d14d210a28dc02dda372e (patch) | |
tree | b560a614e926f5f90e4096b6d4743b1b5fdfccb2 /include/linux | |
parent | 52d3da1ad4f442cec877fbeb83902707b56da0cf (diff) |
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>
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/sched.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index 951759e30c09..93fd30d6dac4 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
@@ -863,7 +863,6 @@ struct sched_entity { | |||
863 | struct load_weight load; /* for load-balancing */ | 863 | struct load_weight load; /* for load-balancing */ |
864 | struct rb_node run_node; | 864 | struct rb_node run_node; |
865 | unsigned int on_rq; | 865 | unsigned int on_rq; |
866 | int peer_preempt; | ||
867 | 866 | ||
868 | u64 exec_start; | 867 | u64 exec_start; |
869 | u64 sum_exec_runtime; | 868 | u64 sum_exec_runtime; |