Skip to content

Commit

Permalink
cpuidle: menu governor - remove unused macro STDDEV_THRESH
Browse files Browse the repository at this point in the history
STDDEV_THRESH was once defined and used in menu governor. But now its no longer
used anywhere. So removing the define.

Signed-off-by: Mohammad Merajul Islam Molla <meraj.enigma@gmail.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
  • Loading branch information
Mohammad Merajul Islam Molla authored and Rafael J. Wysocki committed Jul 27, 2014
1 parent 4f8eea9 commit 8804ed1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/cpuidle/governors/menu.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
#define RESOLUTION 1024
#define DECAY 8
#define MAX_INTERESTING 50000
#define STDDEV_THRESH 400


/*
Expand Down

0 comments on commit 8804ed1

Please sign in to comment.