forked fromtorvalds/linux
- Notifications
You must be signed in to change notification settings - Fork1
Commitff00673
timers/nohz: Remove pointless tick_nohz_kick_tick() function
This was a failed attempt to optimize the timer expiry in idle, which wasdisabled and never revisited. Remove the cruft.Signed-off-by: Thomas Gleixner <tglx@linutronix.de>Cc: Arjan van de Ven <arjan@infradead.org>Cc: Chris Mason <clm@fb.com>Cc: Eric Dumazet <edumazet@google.com>Cc: Frederic Weisbecker <fweisbec@gmail.com>Cc: George Spelvin <linux@sciencehorizons.net>Cc: Josh Triplett <josh@joshtriplett.org>Cc: Len Brown <lenb@kernel.org>Cc: Linus Torvalds <torvalds@linux-foundation.org>Cc: Paul E. McKenney <paulmck@linux.vnet.ibm.com>Cc: Peter Zijlstra <peterz@infradead.org>Cc: Rik van Riel <riel@redhat.com>Cc: rt@linutronix.deLink:http://lkml.kernel.org/r/20160704094342.431073782@linutronix.deSigned-off-by: Ingo Molnar <mingo@kernel.org>1 parent2369683 commitff00673
1 file changed
+1
-32
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1092 | 1092 |
| |
1093 | 1093 |
| |
1094 | 1094 |
| |
1095 |
| - | |
1096 |
| - | |
1097 |
| - | |
1098 |
| - | |
1099 |
| - | |
1100 |
| - | |
1101 |
| - | |
1102 |
| - | |
1103 |
| - | |
1104 |
| - | |
1105 |
| - | |
1106 |
| - | |
1107 |
| - | |
1108 |
| - | |
1109 |
| - | |
1110 |
| - | |
1111 |
| - | |
1112 |
| - | |
1113 |
| - | |
1114 |
| - | |
1115 |
| - | |
1116 |
| - | |
1117 |
| - | |
1118 |
| - | |
1119 |
| - | |
1120 |
| - | |
1121 |
| - | |
1122 |
| - | |
1123 |
| - | |
1124 | 1095 |
| |
1125 | 1096 |
| |
1126 | 1097 |
| |
| |||
1131 | 1102 |
| |
1132 | 1103 |
| |
1133 | 1104 |
| |
1134 |
| - | |
| 1105 | + | |
1135 | 1106 |
| |
1136 |
| - | |
1137 |
| - | |
1138 | 1107 |
| |
1139 | 1108 |
| |
1140 | 1109 |
| |
|
0 commit comments
Comments
(0)