summaryrefslogtreecommitdiffstats
path: root/arch/tile
diff options
context:
space:
mode:
Diffstat (limited to 'arch/tile')
-rw-r--r--arch/tile/kernel/setup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/tile/kernel/setup.c b/arch/tile/kernel/setup.c
index 443a70bccc1c..6becb96c60a0 100644
--- a/arch/tile/kernel/setup.c
+++ b/arch/tile/kernel/setup.c
@@ -1200,7 +1200,7 @@ static void __init validate_hv(void)
1200 * We use a struct cpumask for this, so it must be big enough. 1200 * We use a struct cpumask for this, so it must be big enough.
1201 */ 1201 */
1202 if ((smp_height * smp_width) > nr_cpu_ids) 1202 if ((smp_height * smp_width) > nr_cpu_ids)
1203 early_panic("Hypervisor %d x %d grid too big for Linux NR_CPUS %d\n", 1203 early_panic("Hypervisor %d x %d grid too big for Linux NR_CPUS %u\n",
1204 smp_height, smp_width, nr_cpu_ids); 1204 smp_height, smp_width, nr_cpu_ids);
1205#endif 1205#endif
1206 1206