]> git.proxmox.com Git - mirror_qemu.git/commit - exec.c
Remove l1_phys_map from userspace emulation
authorPaul Brook <paul@codesourcery.com>
Sun, 28 Feb 2010 23:55:53 +0000 (23:55 +0000)
committerPaul Brook <paul@codesourcery.com>
Sun, 28 Feb 2010 23:55:53 +0000 (23:55 +0000)
commit6d9a13042d3dab92418fb67e8d63126033fb11a6
treea167ba6bd5f51fa7da5ade75c58de851779f75e7
parent94df27fd2f008ce9f259b72945e02dcad6e98d82
Remove l1_phys_map from userspace emulation

Userspace emulation doesn't have a physical address space, so
l1_phys_map makes no sense. This code is never actually used, so don't
try and build it.

Signed-off-by: Paul Brook <paul@codesourcery.com>
exec.c