Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(48)

Unified Diff: src/base/cpu.cc

Issue 2637213002: AIX: Define Power9 macro (Closed)
Patch Set: Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/base/cpu.cc
diff --git a/src/base/cpu.cc b/src/base/cpu.cc
index ace70bf877796810e3ab133bf980e3422064f7f1..896c25dab1d91962eb4cc332772bba26e9ebebb7 100644
--- a/src/base/cpu.cc
+++ b/src/base/cpu.cc
@@ -24,6 +24,9 @@
#ifndef POWER_8
#define POWER_8 0x10000
#endif
+#ifndef POWER_9
+#define POWER_9 0x20000
+#endif
#endif
#if V8_OS_POSIX
#include <unistd.h> // sysconf()
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698