aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/x86/kernel/setup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/setup.c b/arch/x86/kernel/setup.c
index df49ce87a300..d4eaa4eb481d 100644
--- a/arch/x86/kernel/setup.c
+++ b/arch/x86/kernel/setup.c
@@ -169,7 +169,7 @@ void __init setup_per_cpu_areas(void)
169 169
170 /* Copy section for each CPU (we discard the original) */ 170 /* Copy section for each CPU (we discard the original) */
171 size = PERCPU_ENOUGH_ROOM; 171 size = PERCPU_ENOUGH_ROOM;
172 printk(KERN_INFO "PERCPU: Allocating %lu bytes of per cpu data\n", 172 printk(KERN_INFO "PERCPU: Allocating %zd bytes of per cpu data\n",
173 size); 173 size);
174 174
175 for_each_possible_cpu(cpu) { 175 for_each_possible_cpu(cpu) {