]> git.proxmox.com Git - mirror_qemu.git/commit
memory: give phys_page_find() its own tree search loop
authorAvi Kivity <avi@redhat.com>
Mon, 13 Feb 2012 14:44:19 +0000 (16:44 +0200)
committerAvi Kivity <avi@redhat.com>
Wed, 29 Feb 2012 11:44:44 +0000 (13:44 +0200)
commit31ab2b4a46eb9761feae9457387eb5ee523f5afd
tree287c24aee211057bb9955c90fbf53fc8e3546c4c
parent06ef3525e1f271b6a842781a05eace5cf63b95c2
memory: give phys_page_find() its own tree search loop

We'll change phys_page_find_alloc() soon, but phys_page_find()
doesn't need to bear the consequences.

Signed-off-by: Avi Kivity <avi@redhat.com>
exec.c