]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - arch/tile/kernel/setup.c
treewide: make "nr_cpu_ids" unsigned
[mirror_ubuntu-bionic-kernel.git] / arch / tile / kernel / setup.c
index 443a70bccc1c862d945d3a84945c6771033b74c7..6becb96c60a03c5515cb443b5cdc7c683e259433 100644 (file)
@@ -1200,7 +1200,7 @@ static void __init validate_hv(void)
         * We use a struct cpumask for this, so it must be big enough.
         */
        if ((smp_height * smp_width) > nr_cpu_ids)
-               early_panic("Hypervisor %d x %d grid too big for Linux NR_CPUS %d\n",
+               early_panic("Hypervisor %d x %d grid too big for Linux NR_CPUS %u\n",
                            smp_height, smp_width, nr_cpu_ids);
 #endif