pc: remove test on TARGET_PHYS_ADDR_BITS == 32
commit1c69371006084f4d1b63283ac94a87d17dfdfb11
authorAurelien Jarno <aurelien@aurel32.net>
Wed, 9 Feb 2011 18:35:51 +0000 (9 19:35 +0100)
committerAurelien Jarno <aurelien@aurel32.net>
Sun, 20 Feb 2011 14:13:59 +0000 (20 15:13 +0100)
tree287eec520be8fa058ae5953e8ca2fa3f8ebe0c62
parent71deff27492fb97b0515492bc7ec2a38c6c27dde
pc: remove test on TARGET_PHYS_ADDR_BITS == 32

Both i386 and x86_64 targets are now using target_phys_bits=64. Remove
useless code.

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
hw/pc.c