Peter,

Ingo Molnar schreef op di 03-06-2014 om 14:07 [+0200]:
> Peter Zijlstra (12):
>       [...]
>       sched/idle, x86: Switch from TS_POLLING to TIF_POLLING_NRFLAG

This introduces this obviously correct warning (on 32 bit x86):
    arch/x86/kernel/apm_32.c: In function 'apm_do_idle':
    arch/x86/kernel/apm_32.c:844:6: warning: unused variable 'polling' 
[-Wunused-variable]
      int polling;
          ^

Is the trivial patch to remove 'polling' queued somewhere?


Paul Bolle

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to