summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTony Luck <tony.luck@intel.com>2006-01-16 20:02:24 -0800
committerTony Luck <tony.luck@intel.com>2006-01-16 20:02:24 -0800
commit859538763155814d217054eb6e3cdff71bdb4d89 (patch)
tree9366c72527102d67728b9cafc53654ad579ba40b /include
parent53493dcf6e9e27cc9379cbf8962642986927aea9 (diff)
parent9179cb65780def28770a895a4bc8fa60e903ab80 (diff)
downloadlinux-3.10-859538763155814d217054eb6e3cdff71bdb4d89.tar.gz
linux-3.10-859538763155814d217054eb6e3cdff71bdb4d89.tar.bz2
linux-3.10-859538763155814d217054eb6e3cdff71bdb4d89.zip
Pull perfmon-montecito into release branch
Diffstat (limited to 'include')
-rw-r--r--include/asm-ia64/processor.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-ia64/processor.h b/include/asm-ia64/processor.h
index 8c648bf72bb..09b99029ac1 100644
--- a/include/asm-ia64/processor.h
+++ b/include/asm-ia64/processor.h
@@ -25,8 +25,8 @@
* Limits for PMC and PMD are set to less than maximum architected values
* but should be sufficient for a while
*/
-#define IA64_NUM_PMC_REGS 32
-#define IA64_NUM_PMD_REGS 32
+#define IA64_NUM_PMC_REGS 64
+#define IA64_NUM_PMD_REGS 64
#define DEFAULT_MAP_BASE __IA64_UL_CONST(0x2000000000000000)
#define DEFAULT_TASK_SIZE __IA64_UL_CONST(0xa000000000000000)