]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - arch/x86/kernel/apic/apic.c
Merge branch 'i2c/for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
[linux.git] / arch / x86 / kernel / apic / apic.c
index 7834f73efbf1ec0871d25a6a01b35bb6b5221527..8315e2f517a7ef609e8d43b924a2734f7320e9bb 100644 (file)
@@ -2097,7 +2097,7 @@ static int allocate_logical_cpuid(int apicid)
 
        /* Allocate a new cpuid. */
        if (nr_logical_cpuids >= nr_cpu_ids) {
-               WARN_ONCE(1, "APIC: NR_CPUS/possible_cpus limit of %i reached. "
+               WARN_ONCE(1, "APIC: NR_CPUS/possible_cpus limit of %u reached. "
                             "Processor %d/0x%x and the rest are ignored.\n",
                             nr_cpu_ids, nr_logical_cpuids, apicid);
                return -EINVAL;