Skip to content

Commit

Permalink
x86, apm: Remove unused variable
Browse files Browse the repository at this point in the history
Commit f80c5b3 ("sched/idle, x86: Switch from TS_POLLING to
TIF_POLLING_NRFLAG") left variable "polling" unused, so remove it.

Signed-off-by: Jean Delvare <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: Jiri Kosina <[email protected]>
Signed-off-by: Jiri Kosina <[email protected]>
  • Loading branch information
jdelvare authored and Jiri Kosina committed Jul 7, 2014
1 parent 7171511 commit 53675ab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/x86/kernel/apm_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -841,7 +841,6 @@ static int apm_do_idle(void)
u32 eax;
u8 ret = 0;
int idled = 0;
int polling;
int err = 0;

if (!need_resched()) {
Expand Down

0 comments on commit 53675ab

Please sign in to comment.