Don't move EBDA while an optionrom is running (CONFIG_THREAD_OPTIONROMS).
authorKevin O'Connor <kevin@koconnor.net>
Sat, 20 Mar 2010 22:17:19 +0000 (18:17 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Sat, 20 Mar 2010 22:17:19 +0000 (18:17 -0400)
commitd7eb27efa3f9265dca8357cfa05d9e0560fd4534
treee47ab5db226465cf2a87276d161f861e626ccef5
parent7415270ed16175e443ac1b10205ccabbc964a309
Don't move EBDA while an optionrom is running (CONFIG_THREAD_OPTIONROMS).

Moving the ebda while an optionrom is running could confuse it.  So,
avoid doing that.
src/pmm.c
src/stacks.c
src/types.h
src/util.h