Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 62433
b: refs/heads/master
c: 2d4fa2f
h: refs/heads/master
i:
  62431: 8738b80
v: v3
  • Loading branch information
Dan Aloni authored and Linus Torvalds committed Jul 22, 2007
1 parent 9456e59 commit 1d7fccb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7b0b8207e07f3f3ce01af37b78024c60e9f4b1f5
refs/heads/master: 2d4fa2f665e0585cae62c3a1ea85d82ee523c8ef
2 changes: 1 addition & 1 deletion trunk/arch/x86_64/kernel/process.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 1d7fccb

Please sign in to comment.