提交 41019fec 编写于 作者: A Anton Blanchard 提交者: Alexander Graf

pseries: Increase maximum CPUs to 256

The original pSeries machine was limited to 32 CPUs, more or less
arbitrarily.  Particularly when we get SMT KVM guests it will be
pretty easy to exceed this.  Therefore, raise the max number of CPUs
in a pseries machine guest to 256.
Signed-off-by: NAnton Blanchard <anton@au1.ibm.com>
Signed-off-by: NDavid Gibson <dwg@au1.ibm.com>
Signed-off-by: NAlexander Graf <agraf@suse.de>
上级 0225e254
......@@ -51,7 +51,7 @@
#define TIMEBASE_FREQ 512000000ULL
#define MAX_CPUS 32
#define MAX_CPUS 256
#define XICS_IRQS 1024
sPAPREnvironment *spapr;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册