summaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2001-02-07 02:43:21 +0000
committerRalf Baechle <ralf@linux-mips.org>2001-02-07 02:43:21 +0000
commit2d09d800b300128a36beb698fa73012bbf07c82a (patch)
tree95588c55410f5d991264bbcde7a16de989db6aef /include/linux
parent8e3dd16ffb7ddc17e5c74d03dc132def510242dd (diff)
Raise NR_CPUS to 64.
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/threads.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/threads.h b/include/linux/threads.h
index b6ed9116c..0cffc542e 100644
--- a/include/linux/threads.h
+++ b/include/linux/threads.h
@@ -9,7 +9,7 @@
*/
#ifdef CONFIG_SMP
-#define NR_CPUS 32 /* Max processors that can be running in SMP */
+#define NR_CPUS 64 /* Max processors that can be running in SMP */
#else
#define NR_CPUS 1
#endif