|
@@ -511,13 +511,13 @@ static bool xive_parse_provisioning(struct device_node *np)
|
|
|
static void xive_native_setup_pools(void)
|
|
|
{
|
|
|
/* Allocate a pool big enough */
|
|
|
- pr_debug("XIVE: Allocating VP block for pool size %d\n", nr_cpu_ids);
|
|
|
+ pr_debug("XIVE: Allocating VP block for pool size %u\n", nr_cpu_ids);
|
|
|
|
|
|
xive_pool_vps = xive_native_alloc_vp_block(nr_cpu_ids);
|
|
|
if (WARN_ON(xive_pool_vps == XIVE_INVALID_VP))
|
|
|
pr_err("XIVE: Failed to allocate pool VP, KVM might not function\n");
|
|
|
|
|
|
- pr_debug("XIVE: Pool VPs allocated at 0x%x for %d max CPUs\n",
|
|
|
+ pr_debug("XIVE: Pool VPs allocated at 0x%x for %u max CPUs\n",
|
|
|
xive_pool_vps, nr_cpu_ids);
|
|
|
}
|
|
|
|