cpu-common.h: Remove unnecessary guard on including targphys.h
commit72aaa6cec44568a8a09f9e233387024dd2807823
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 22 Jun 2012 11:30:58 +0000 (22 12:30 +0100)
committerStefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Mon, 2 Jul 2012 09:09:49 +0000 (2 10:09 +0100)
tree90bc64d68c2fee5db79e1c4fe3f052bfc5e1134c
parent71ea2e016131a9fcde6f1ffd3e0e34a64c21f593
cpu-common.h: Remove unnecessary guard on including targphys.h

There's no need to make the include of targphys.h conditional
on whether TARGET_PHYS_ADDR_BITS is defined, because targphys.h
itself checks that and does nothing if it isn't.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Andreas Färber <afaerber@suse.de>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
cpu-common.h