cpu-features.h is only available for ARM

Change-Id: I1e8001a1875bfd9cebfe18dfd757556b55c8213c
This commit is contained in:
Bruce Beare 2010-05-03 14:00:31 -07:00 committed by Jean-Baptiste Queru
parent 9b6c850d24
commit 2bef93cc20
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
#include "codeflinger/GGLAssembler.h"
#ifdef __arm__
#ifdef __ARM_ARCH__
#include <machine/cpu-features.h>
#endif