summaryrefslogtreecommitdiffstats
path: root/arch/arc/mm/tlb.c
diff options
context:
space:
mode:
authorNoam Camus <noamca@mellanox.com>2017-06-15 11:43:51 +0300
committerVineet Gupta <vgupta@synopsys.com>2017-08-28 15:17:36 -0700
commit18ee4becb5a9f52d0808347279bece447ef5a217 (patch)
treeddae9ebb5b7c60233504b40f31e70a873d70a9d9 /arch/arc/mm/tlb.c
parent983394959f5edff6b39bcd10317badaaf33efa99 (diff)
downloadop-kernel-dev-18ee4becb5a9f52d0808347279bece447ef5a217.zip
op-kernel-dev-18ee4becb5a9f52d0808347279bece447ef5a217.tar.gz
ARC: set boot print log level to PR_INFO
Some of the boot printing code had printk() w/o explicit log level. This patch introduces consistency allowing platforms to switch to less verbose console logging using cmdline. NPS400 with 4K CPUs needs to avoid the cpu info printing for faster bootup. Signed-off-by: Noam Camus <noamca@mellanox.com> Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Diffstat (limited to 'arch/arc/mm/tlb.c')
-rw-r--r--arch/arc/mm/tlb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arc/mm/tlb.c b/arch/arc/mm/tlb.c
index b181f3e..edc59a0 100644
--- a/arch/arc/mm/tlb.c
+++ b/arch/arc/mm/tlb.c
@@ -821,7 +821,7 @@ void arc_mmu_init(void)
char str[256];
struct cpuinfo_arc_mmu *mmu = &cpuinfo_arc700[smp_processor_id()].mmu;
- printk(arc_mmu_mumbojumbo(0, str, sizeof(str)));
+ pr_info("%s", arc_mmu_mumbojumbo(0, str, sizeof(str)));
/*
* Can't be done in processor.h due to header include depenedencies
OpenPOWER on IntegriCloud