aboutsummaryrefslogtreecommitdiff
path: root/hw/xive.c
diff options
context:
space:
mode:
authorStewart Smith <stewart@linux.ibm.com>2018-05-01 17:58:12 +1000
committerStewart Smith <stewart@linux.ibm.com>2018-05-01 17:58:12 +1000
commit9342dc40147ee95cfe900c81edd079835c9c0fc1 (patch)
tree1a35f3ef1f71d084aa224bbf8fbc6a32719ccab2 /hw/xive.c
parent129165ef43c02dafddbe5bb5ddd32eb384ea9c4a (diff)
downloadskiboot-9342dc40147ee95cfe900c81edd079835c9c0fc1.zip
skiboot-9342dc40147ee95cfe900c81edd079835c9c0fc1.tar.gz
skiboot-9342dc40147ee95cfe900c81edd079835c9c0fc1.tar.bz2
SLW: quieten 'Configuring self-restore' for DARN,NCU_SPEC_BAR and HRMOR
Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
Diffstat (limited to 'hw/xive.c')
-rw-r--r--hw/xive.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xive.c b/hw/xive.c
index a66f3ff..f48d7a4 100644
--- a/hw/xive.c
+++ b/hw/xive.c
@@ -3233,7 +3233,7 @@ void xive_late_init(void)
{
struct cpu_thread *c;
- prlog(PR_NOTICE, "SLW: Configuring self-restore for NCU_SPEC_BAR\n");
+ prlog(PR_INFO, "SLW: Configuring self-restore for NCU_SPEC_BAR\n");
for_each_present_cpu(c) {
if(cpu_is_thread0(c)) {
struct proc_chip *chip = get_chip(c->chip_id);