aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorBjoern B. Brandenburg <bbb@cs.unc.edu>2009-05-03 01:10:19 -0400
committerBjoern B. Brandenburg <bbb@cs.unc.edu>2009-05-03 01:10:19 -0400
commit8c2ed856588664c82faf9f3df244eace68f565f3 (patch)
tree9bf46b0dbe5c3bf76b7cb33ccee4685098310e19 /include
parent490bfb44bf7f75bba7ad7a8dea89cb2eb2865fb7 (diff)
hrtimer: remove unused flag of pull implementation
The flag was racy anyway and could not be used safely.
Diffstat (limited to 'include')
-rw-r--r--include/linux/hrtimer.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/hrtimer.h b/include/linux/hrtimer.h
index 4f45c83151..32d456e01d 100644
--- a/include/linux/hrtimer.h
+++ b/include/linux/hrtimer.h
@@ -205,7 +205,6 @@ struct hrtimer_cpu_base {
205 205
206#define HRTIMER_START_ON_INACTIVE 0 206#define HRTIMER_START_ON_INACTIVE 0
207#define HRTIMER_START_ON_QUEUED 1 207#define HRTIMER_START_ON_QUEUED 1
208#define HRTIMER_START_ON_PROCESSED 2
209 208
210struct hrtimer_start_on_info { 209struct hrtimer_start_on_info {
211 struct list_head list; 210 struct list_head list;