]> xenbits.xensource.com Git - seabios.git/commit
Convert virtio code to use GET/SET_LOWFLAT().
authorKevin O'Connor <kevin@koconnor.net>
Fri, 25 May 2012 03:56:03 +0000 (23:56 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Fri, 25 May 2012 03:56:03 +0000 (23:56 -0400)
commit782f9be7e3a9ee1e6d14e9c3bb03bda33a5bc25c
tree0a62da2caf254191c25dd1a6e0ffc6c7d9778c18
parent890c085205e1bdfa34fc2e75d855d9aafa50ecea
Convert virtio code to use GET/SET_LOWFLAT().

Convert from GET/SET_FLATPTR() to GET/SET_LOWFLAT() - the latter
produces better code.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
src/virtio-ring.c