]> xenbits.xensource.com Git - xen.git/commit
x86/mwait: remove unneeded local variables
authorRoger Pau Monné <roger.pau@citrix.com>
Tue, 14 Jul 2020 07:57:17 +0000 (09:57 +0200)
committerJan Beulich <jbeulich@suse.com>
Tue, 14 Jul 2020 07:57:17 +0000 (09:57 +0200)
commitf36f4bf582d353d8424154b14b663b075a0276e3
tree2a16cd0235825d46cfd2dacb3a3736c4994da855
parent165f3afbfc3db70fcfdccad07085cde0a03c858b
x86/mwait: remove unneeded local variables

Remove the eax and cstate local variables, the same can be directly
fetched from acpi_processor_cx without any transformations.

No functional change.

Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
Reviewed-by: Jan Beulich <jbeulich@suse.com>
xen/arch/x86/cpu/mwait-idle.c