Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2bef93cc authored by Bruce Beare's avatar Bruce Beare Committed by Jean-Baptiste Queru
Browse files

cpu-features.h is only available for ARM

Change-Id: I1e8001a1875bfd9cebfe18dfd757556b55c8213c
parent 9b6c850d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@

#include "codeflinger/GGLAssembler.h"

#ifdef __arm__
#ifdef __ARM_ARCH__
#include <machine/cpu-features.h>
#endif