Introduce GET/SET_EBDA2() macros - they take a cached ebda seg.
authorKevin O'Connor <kevin@koconnor.net>
Tue, 30 Dec 2008 02:16:31 +0000 (21:16 -0500)
committerKevin O'Connor <kevin@koconnor.net>
Tue, 30 Dec 2008 02:16:31 +0000 (21:16 -0500)
commit08815370c94d88b37bc651d6707b6f1d68dc519b
tree7ccfd69fe17ec47c91d1c5b833fa7d966cdf4084
parent92f95b0fecca029a0c4dd81203e6b42f60c4a382
Introduce GET/SET_EBDA2() macros - they take a cached ebda seg.

For those places that repeatedly read/write to the ebda, caching the
    ebda segment improves code generation.
src/biosvar.h
src/boot.c
src/cdrom.c
src/disk.c
src/mouse.c
src/post.c
src/system.c