Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5ecddceb authored by Thomas Gleixner's avatar Thomas Gleixner
Browse files

x86: revert printk format warning change which is for linux-next



commit 62179849
    x86: fix setup printk format warning

is for linux-next and not for .26

Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
parent 8d4a4300
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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) {