Merge remote-tracking branches 'asoc/topic/fsl-easi', 'asoc/topic/fsl-sai', 'asoc...
[deliverable/linux.git] / arch / sparc / kernel / smp_32.c
index 7958242d63c59203105bbfe14918b55bda1807f0..b3a5d81b20f0f7c4fcaf669d11c90f733b2db4f2 100644 (file)
@@ -68,7 +68,7 @@ void smp_store_cpu_info(int id)
        mid = cpu_get_hwmid(cpu_node);
 
        if (mid < 0) {
-               printk(KERN_NOTICE "No MID found for CPU%d at node 0x%08d", id, cpu_node);
+               printk(KERN_NOTICE "No MID found for CPU%d at node 0x%08x", id, cpu_node);
                mid = 0;
        }
        cpu_data(id).mid = mid;
This page took 0.02939 seconds and 5 git commands to generate.