]> xenbits.xensource.com Git - seabios.git/commit
Convert GET/SET_FLATPTR() accesses to "low mem" to GET/SET_LOWFLAT().
authorKevin O'Connor <kevin@koconnor.net>
Sun, 20 May 2012 02:42:51 +0000 (22:42 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Mon, 21 May 2012 01:43:57 +0000 (21:43 -0400)
commit4f6563ef1bede5da45d7689c1e599b7ab2c13327
tree2e50dadb1eb53f41bfec432bbc006b2e27adcf09
parent4bc49979b94c03561d263bfd53014279d87d690f
Convert GET/SET_FLATPTR() accesses to "low mem" to GET/SET_LOWFLAT().

Add new GET/SET_LOWFLAT() macros and convert appropriate users to
them.  The new macros make for slightly better code generation.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
src/biosvar.h
src/usb-ehci.c
src/usb-ohci.c
src/usb-uhci.c