projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ecb23dc
)
xen/PMU: Log VPMU initialization error at lower level
author
Boris Ostrovsky
<
[email protected]
>
Tue, 21 Jun 2016 14:17:33 +0000
(10:17 -0400)
committer
David Vrabel
<
[email protected]
>
Wed, 6 Jul 2016 09:34:48 +0000
(10:34 +0100)
This will match how PMU errors are reported at check_hw_exists()'s
msr_fail label, which is reached when VPMU initialzation fails.
Signed-off-by: Boris Ostrovsky <
[email protected]
>
Reviewed-by: Konrad Rzeszutek Wilk <
[email protected]
>
Acked-by: Juergen Gross <
[email protected]
>
Signed-off-by: David Vrabel <
[email protected]
>
arch/x86/xen/pmu.c
patch
|
blob
|
history
diff --git
a/arch/x86/xen/pmu.c
b/arch/x86/xen/pmu.c
index 9466354d3e4962f14cdae33b09378a73f9c51a5d..32bdc2c902978517983a26a8f2161bb7f7f1ad2c 100644
(file)
--- a/
arch/x86/xen/pmu.c
+++ b/
arch/x86/xen/pmu.c
@@
-547,7
+547,7
@@
void xen_pmu_init(int cpu)
return;
fail:
- pr_
warn
_once("Could not initialize VPMU for cpu %d, error %d\n",
+ pr_
info
_once("Could not initialize VPMU for cpu %d, error %d\n",
cpu, err);
free_pages((unsigned long)xenpmu_data, 0);
}