mirror of
https://github.com/torvalds/linux.git
synced 2026-02-04 15:28:49 +08:00
Instead of prefetching all segment bases before emulation, read them at the last moment. Since most of them are unneeded, we save some cycles on Intel machines where this is a bit expensive. Signed-off-by: Avi Kivity <avi@qumranet.com>