Skip to content

Commit

Permalink
x86: revert printk format warning change which is for linux-next
Browse files Browse the repository at this point in the history
commit 6217984
    x86: fix setup printk format warning

is for linux-next and not for .26

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
  • Loading branch information
Thomas Gleixner committed May 10, 2008
1 parent 8d4a430 commit 5ecddce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/x86/kernel/setup.c
Expand Up @@ -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) {
Expand Down

0 comments on commit 5ecddce

Please sign in to comment.