]> git.itanic.dy.fi Git - linux-stable/commitdiff
x86: revert printk format warning change which is for linux-next
authorThomas Gleixner <tglx@linutronix.de>
Thu, 8 May 2008 14:38:11 +0000 (16:38 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Sat, 10 May 2008 17:31:44 +0000 (19:31 +0200)
commit 62179849b40aded9e727cca5006627a1c4d6446e
    x86: fix setup printk format warning

is for linux-next and not for .26

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/kernel/setup.c

index cc6f5eb20b24316a08e85a926c808cf3512bffab..c0c68c18a788dff30e0103b144cb0b76a09ec775 100644 (file)
@@ -95,7 +95,7 @@ void __init setup_per_cpu_areas(void)
 
        /* Copy section for each CPU (we discard the original) */
        size = PERCPU_ENOUGH_ROOM;
-       printk(KERN_INFO "PERCPU: Allocating %zd bytes of per cpu data\n",
+       printk(KERN_INFO "PERCPU: Allocating %lu bytes of per cpu data\n",
                          size);
 
        for_each_possible_cpu(i) {