mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-10 08:33:14 +00:00
x86: Remove pr_<level> uses of KERN_<level>
Signed-off-by: Joe Perches <joe@perches.com> Cc: Jiri Kosina <trivial@kernel.org> LKML-Reference: <d40c60f4b036a26db8492848695bdafaa3b42791.1284267142.git.joe@perches.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
parent
592091c0e2
commit
d0ed0c3266
1 changed files with 2 additions and 2 deletions
|
@ -398,7 +398,7 @@ static int apbt_cpuhp_notify(struct notifier_block *n,
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
pr_debug(KERN_INFO "APBT notified %lu, no action\n", action);
|
pr_debug("APBT notified %lu, no action\n", action);
|
||||||
}
|
}
|
||||||
return NOTIFY_OK;
|
return NOTIFY_OK;
|
||||||
}
|
}
|
||||||
|
@ -552,7 +552,7 @@ bad_count:
|
||||||
pr_debug("APB CS going back %lx:%lx:%lx ",
|
pr_debug("APB CS going back %lx:%lx:%lx ",
|
||||||
t2, last_read, t2 - last_read);
|
t2, last_read, t2 - last_read);
|
||||||
bad_count_x3:
|
bad_count_x3:
|
||||||
pr_debug(KERN_INFO "tripple check enforced\n");
|
pr_debug("triple check enforced\n");
|
||||||
t0 = apbt_readl(phy_cs_timer_id,
|
t0 = apbt_readl(phy_cs_timer_id,
|
||||||
APBTMR_N_CURRENT_VALUE);
|
APBTMR_N_CURRENT_VALUE);
|
||||||
udelay(1);
|
udelay(1);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue