Commit d9adbc0f authored by bjaideep's avatar bjaideep Committed by Commit bot

AIX: Define Power9 macro

Power9 support was originally added in CL
https://codereview.chromium.org/2625013002

R=jochen@chromium.org
BUG=
LOG=N

Review-Url: https://codereview.chromium.org/2637213002
Cr-Commit-Position: refs/heads/master@{#42458}
parent 29526d96
...@@ -24,6 +24,9 @@ ...@@ -24,6 +24,9 @@
#ifndef POWER_8 #ifndef POWER_8
#define POWER_8 0x10000 #define POWER_8 0x10000
#endif #endif
#ifndef POWER_9
#define POWER_9 0x20000
#endif
#endif #endif
#if V8_OS_POSIX #if V8_OS_POSIX
#include <unistd.h> // sysconf() #include <unistd.h> // sysconf()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment