VirtGL: Fix warning about TARGET_PHYS_ADDR_BITS
authorFrédéric Dalleau <frederic.dalleau@linux.intel.com>
Wed, 4 Sep 2013 10:03:01 +0000 (12:03 +0200)
committerjinhyung.jo <jinhyung.jo@samsung.com>
Wed, 11 Sep 2013 09:16:18 +0000 (18:16 +0900)
opengl_func.h:39:0: warning: « TARGET_PHYS_ADDR_BITS » redefined
qemu/i386-softmmu/config-target.h:16:0: previous definition

Change-Id: I33eda2f824d3cd9cc3d1e855f32a8401647f9ae7

tizen/src/hw/opengl_func.h

index d48fe2c..a0c6277 100644 (file)
 
 #ifdef TARGET_X86_64
 #define TARGET_LONG_BITS 64
-#define TARGET_PHYS_ADDR_BITS 64
 #else
 #define TARGET_LONG_BITS 32
-#define TARGET_PHYS_ADDR_BITS 32
 #endif
 
 //#define NEED_CPU_H