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

Commit 2d4fa2f6 authored by Dan Aloni's avatar Dan Aloni Committed by Linus Torvalds
Browse files

x86_64: lower printk severity

parent 7b0b8207
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -279,7 +279,7 @@ void __cpuinit select_idle_routine(const struct cpuinfo_x86 *c)
		 */
		if (!pm_idle) {
			if (!printed) {
				printk("using mwait in idle threads.\n");
				printk(KERN_INFO "using mwait in idle threads.\n");
				printed = 1;
			}
			pm_idle = mwait_idle;