Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 230876
b: refs/heads/master
c: 5392083
h: refs/heads/master
v: v3
  • Loading branch information
Len Brown committed Jan 12, 2011
1 parent 984e956 commit 69c282b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 956d033fb2eb3f8818260cdf01644bf4dc1a9e33
refs/heads/master: 5392083748a340f68052c0b83a7ce28b10324972
2 changes: 2 additions & 0 deletions trunk/arch/arm/mach-omap2/cpuidle34xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@

#define OMAP3_STATE_MAX OMAP3_STATE_C7

#define CPUIDLE_FLAG_CHECK_BM 0x10000 /* use omap3_enter_idle_bm() */

struct omap3_processor_cx {
u8 valid;
u8 type;
Expand Down
1 change: 0 additions & 1 deletion trunk/include/linux/cpuidle.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,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_IGNORE (0x100) /* ignore during this idle period */

#define CPUIDLE_DRIVER_FLAGS_MASK (0xFFFF0000)
Expand Down

0 comments on commit 69c282b

Please sign in to comment.