]> xenbits.xensource.com Git - people/andrewcoop/seabios.git/commit
boot: Rename drive_g to drive
authorKevin O'Connor <kevin@koconnor.net>
Tue, 11 Jul 2017 15:55:49 +0000 (11:55 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Wed, 27 Sep 2017 23:01:37 +0000 (19:01 -0400)
commit5e9a6d5b03b8a7458b1f1d68d6e98f5de16f4e0b
tree3d065255b767cee2425b366b1f595bee6b5014dd
parentd6728f301d7e6e31ba0ee2fa51ed4a24feab8860
boot: Rename drive_g to drive

The 'struct drive_s' pointer is a 32bit pointer (and boot.c code is
only compiled in 32bit mode), so avoid using the "_g" suffix on the
pointer.

Tested-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
src/boot.c