]> Git Repo - qemu.git/commitdiff
cpu-common.h: Remove unnecessary guard on including targphys.h
authorPeter Maydell <[email protected]>
Fri, 22 Jun 2012 11:30:58 +0000 (12:30 +0100)
committerStefan Hajnoczi <[email protected]>
Mon, 2 Jul 2012 09:09:49 +0000 (10:09 +0100)
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 <[email protected]>
Reviewed-by: Andreas Färber <[email protected]>
Signed-off-by: Stefan Hajnoczi <[email protected]>
cpu-common.h

index 1fe32807011853170d1bbdf392359b0549e40171..321037fbc0359607ef1d3175bf5f42b16d0f88fa 100644 (file)
@@ -3,9 +3,7 @@
 
 /* CPU interfaces that are target independent.  */
 
-#ifdef TARGET_PHYS_ADDR_BITS
 #include "targphys.h"
-#endif
 
 #ifndef NEED_CPU_H
 #include "poison.h"
This page took 0.027177 seconds and 4 git commands to generate.