Chromium Code Reviews| Index: src/a64/cpu-a64.cc |
| diff --git a/src/a64/cpu-a64.cc b/src/a64/cpu-a64.cc |
| index 7e8daf807b1e550361325ca3c33c9e44a2064586..e99184bc35c54d22ff4acc147e12c3a66d9e0450 100644 |
| --- a/src/a64/cpu-a64.cc |
| +++ b/src/a64/cpu-a64.cc |
| @@ -26,7 +26,7 @@ |
| // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| // CPU specific code for arm independent of OS goes here. |
| -#ifdef __arm__ |
| +#ifdef __aarch64__ |
|
Rodolph Perfetta (ARM)
2014/01/30 11:17:15
The current port does not use syscall for cache fl
rmcilroy
2014/01/30 18:16:42
Done.
|
| #include <sys/syscall.h> // For cache flushing. |
| #endif |