summaryrefslogtreecommitdiffstats
path: root/libpixelflinger/codeflinger
diff options
context:
space:
mode:
authorBruce Beare <brucex.j.beare@intel.com>2010-05-03 14:00:31 -0700
committerJean-Baptiste Queru <jbq@google.com>2010-05-04 15:35:09 -0700
commit2bef93cc20155c3a59cdbb22c564c4b385b2c160 (patch)
tree053ed4516d2d07fc6bf54e48af6579696241f2bf /libpixelflinger/codeflinger
parent9b6c850d24df82451862b81f059361b586f5ef0b (diff)
downloadsystem_core-2bef93cc20155c3a59cdbb22c564c4b385b2c160.zip
system_core-2bef93cc20155c3a59cdbb22c564c4b385b2c160.tar.gz
system_core-2bef93cc20155c3a59cdbb22c564c4b385b2c160.tar.bz2
cpu-features.h is only available for ARM
Change-Id: I1e8001a1875bfd9cebfe18dfd757556b55c8213c
Diffstat (limited to 'libpixelflinger/codeflinger')
-rw-r--r--libpixelflinger/codeflinger/texturing.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpixelflinger/codeflinger/texturing.cpp b/libpixelflinger/codeflinger/texturing.cpp
index 6baa28e..7f6f8da 100644
--- a/libpixelflinger/codeflinger/texturing.cpp
+++ b/libpixelflinger/codeflinger/texturing.cpp
@@ -25,7 +25,7 @@
#include "codeflinger/GGLAssembler.h"
-#ifdef __arm__
+#ifdef __ARM_ARCH__
#include <machine/cpu-features.h>
#endif