diff options
author | Stewart Smith <stewart@linux.ibm.com> | 2018-05-01 17:58:12 +1000 |
---|---|---|
committer | Stewart Smith <stewart@linux.ibm.com> | 2018-05-01 17:58:12 +1000 |
commit | 9342dc40147ee95cfe900c81edd079835c9c0fc1 (patch) | |
tree | 1a35f3ef1f71d084aa224bbf8fbc6a32719ccab2 /hw/xive.c | |
parent | 129165ef43c02dafddbe5bb5ddd32eb384ea9c4a (diff) | |
download | skiboot-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |