Re: [PATCH 1/1] Speedfreq-SMI call clobbers ECX

From: Ingo Molnar
Date: Wed Mar 05 2008 - 10:35:51 EST



* Stephan Diestelhorst <langer_mann@xxxxxx> wrote:

> @@ -184,7 +184,7 @@ static void speedstep_set_state (unsigne
> __asm__ __volatile__(
> "movl $0, %%edi\n"
> "out %%al, (%%dx)\n"
> - : "=b" (new_state), "=D" (result)
> + : "=b" (new_state), "=D" (result), "=c" (ecx_clobber)
> : "a" (command), "b" (function), "c" (state), "d" (smi_port), "S" (0)
> );

stupid suggestion: why not do a pusha/popa around those instructions, to
make sure everything is restored? This isnt a fastpath and being
conservative about SMI side-effects cannot hurt ...

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