]> xenbits.xensource.com Git - seabios.git/commit
smm: fix outl argument order
authorPaolo Bonzini <pbonzini@redhat.com>
Mon, 27 Jul 2015 10:23:58 +0000 (12:23 +0200)
committerKevin O'Connor <kevin@koconnor.net>
Thu, 30 Jul 2015 15:32:04 +0000 (11:32 -0400)
commit908a58c1d5ffd3284815b6886fa6b8f848ee6475
treeb3ccc9c070e7ad16fac8a73fe65e3effe6dd7ed0
parent8c76bd6811d5a4ccbc7a5863f7842818eb1c2373
smm: fix outl argument order

The value is the first argument and the port is the second, but the code
was using the opposite order.

Reported-by: Stefan Weil <sw@weilnetz.de>
Reviewed-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
src/fw/smm.c