diff options
| author | Runmin Wang <runminw@codeaurora.org> | 2016-08-01 16:40:53 -0700 |
|---|---|---|
| committer | Runmin Wang <runminw@codeaurora.org> | 2016-08-01 17:33:10 -0700 |
| commit | 3a2471330e59362d672d6af71df001219fbf77b8 (patch) | |
| tree | 301a3be4d11c324720846cafdd0a9788cbe450d2 | |
| parent | 2566204c8d1d65bac5df79262a6a22c40a5b0b0f (diff) | |
irq-chip: gic-v3: remove print message in irq driver
Remove dmesg about irq redistributor since it fills up
the console with every hotplug of the cpus. The information
about redistributor is already disclosed in the dmesg during
bootup.
CRs-Fixed: 1048941
Change-Id: I5ddb2036ab3df4715382368c144365d578ce4bb8
Signed-off-by: Runmin Wang <runminw@codeaurora.org>
| -rw-r--r-- | drivers/irqchip/irq-gic-v3.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/irqchip/irq-gic-v3.c b/drivers/irqchip/irq-gic-v3.c index 022473473971..190d294197a7 100644 --- a/drivers/irqchip/irq-gic-v3.c +++ b/drivers/irqchip/irq-gic-v3.c @@ -588,9 +588,6 @@ static int gic_populate_rdist(void) u64 offset = ptr - gic_data.redist_regions[i].redist_base; gic_data_rdist_rd_base() = ptr; gic_data_rdist()->phys_base = gic_data.redist_regions[i].phys_base + offset; - pr_info("CPU%d: found redistributor %lx region %d:%pa\n", - smp_processor_id(), mpidr, i, - &gic_data_rdist()->phys_base); return 0; } |
