From b4745862f3dc3ebc1e340d10fc3086dc203cd2f2 Mon Sep 17 00:00:00 2001 From: Len Brown Date: Wed, 12 Jan 2011 02:45:00 -0500 Subject: [PATCH] --- yaml --- r: 230874 b: refs/heads/master c: 642f11c53f17aee991d97d14e6922172849ef227 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/linux/cpuidle.h | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/[refs] b/[refs] index cd642a93b406..f104312d2036 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 03d8b083511a7be2c69b750b8a4e412a21189291 +refs/heads/master: 642f11c53f17aee991d97d14e6922172849ef227 diff --git a/trunk/include/linux/cpuidle.h b/trunk/include/linux/cpuidle.h index dee32853b0da..c25295337382 100644 --- a/trunk/include/linux/cpuidle.h +++ b/trunk/include/linux/cpuidle.h @@ -48,9 +48,6 @@ struct cpuidle_state { /* Idle State Flags */ #define CPUIDLE_FLAG_TIME_VALID (0x01) /* is residency time measurable? */ #define CPUIDLE_FLAG_CHECK_BM (0x02) /* BM activity will exit state */ -#define CPUIDLE_FLAG_SHALLOW (0x20) /* low latency, minimal savings */ -#define CPUIDLE_FLAG_BALANCED (0x40) /* medium latency, moderate savings */ -#define CPUIDLE_FLAG_DEEP (0x80) /* high latency, large savings */ #define CPUIDLE_FLAG_IGNORE (0x100) /* ignore during this idle period */ #define CPUIDLE_FLAG_TLB_FLUSHED (0x200) /* tlb will be flushed */