summaryrefslogtreecommitdiffstats
path: root/chromium/v8/src/base/cpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/v8/src/base/cpu.h')
-rw-r--r--chromium/v8/src/base/cpu.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/chromium/v8/src/base/cpu.h b/chromium/v8/src/base/cpu.h
index f6c5a8506a0..1dc0a91f650 100644
--- a/chromium/v8/src/base/cpu.h
+++ b/chromium/v8/src/base/cpu.h
@@ -59,6 +59,9 @@ class CPU final {
static const int ARM_CORTEX_A12 = 0xc0c;
static const int ARM_CORTEX_A15 = 0xc0f;
+ // Denver-specific part code
+ static const int NVIDIA_DENVER_V10 = 0x002;
+
// PPC-specific part codes
enum {
PPC_POWER5,