From 8c2ed856588664c82faf9f3df244eace68f565f3 Mon Sep 17 00:00:00 2001 From: "Bjoern B. Brandenburg" Date: Sun, 3 May 2009 01:10:19 -0400 Subject: hrtimer: remove unused flag of pull implementation The flag was racy anyway and could not be used safely. --- include/linux/hrtimer.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/linux') 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 { #define HRTIMER_START_ON_INACTIVE 0 #define HRTIMER_START_ON_QUEUED 1 -#define HRTIMER_START_ON_PROCESSED 2 struct hrtimer_start_on_info { struct list_head list; -- cgit v1.2.2