Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d3f44fba authored by Paul Bolle's avatar Paul Bolle Committed by Ingo Molnar
Browse files

x86: Remove unused variable "polling"



Compile tested. "polling" is unused since commit f80c5b39
("sched/idle, x86: Switch from TS_POLLING to TIF_POLLING_NRFLAG").

Signed-off-by: default avatarPaul Bolle <pebolle@tiscali.nl>
Signed-off-by: default avatarPeter Zijlstra <peterz@infradead.org>
Cc: Jiri Kosina <jkosina@suse.cz>
Link: http://lkml.kernel.org/r/1404138749.2978.6.camel@x41


Signed-off-by: default avatarIngo Molnar <mingo@kernel.org>
parent 8762e509
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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()) {