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