Index: src/base/cpu.h |
diff --git a/src/base/cpu.h b/src/base/cpu.h |
index f6c5a8506a00582d4fe81b230f0598dd5132c6ab..1dc0a91f6501129ca069fe0048bcc6c53dfcb330 100644 |
--- a/src/base/cpu.h |
+++ b/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, |