All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] powerpc/xive: Silence message about VP block allocation
@ 2017-06-24 19:57 Benjamin Herrenschmidt
  2017-06-29 12:21 ` Michael Ellerman
  0 siblings, 1 reply; 2+ messages in thread
From: Benjamin Herrenschmidt @ 2017-06-24 19:57 UTC (permalink / raw)
  To: linuxppc-dev

There is no reason for that message to be pr_info(), it will be printed
every time we start a KVM guest.

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
---

diff --git a/arch/powerpc/sysdev/xive/native.c
b/arch/powerpc/sysdev/xive/native.c
index ab9ecce..0f95476b 100644
--- a/arch/powerpc/sysdev/xive/native.c
+++ b/arch/powerpc/sysdev/xive/native.c
@@ -633,8 +633,8 @@ u32 xive_native_alloc_vp_block(u32 max_vcpus)
        if (max_vcpus > (1 << order))
                order++;
 
-       pr_info("VP block alloc, for max VCPUs %d use order %d\n",
-               max_vcpus, order);
+       pr_debug("VP block alloc, for max VCPUs %d use order %d\n",
+                max_vcpus, order);
 
        for (;;) {
                rc = opal_xive_alloc_vp_block(order);

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: powerpc/xive: Silence message about VP block allocation
  2017-06-24 19:57 [PATCH] powerpc/xive: Silence message about VP block allocation Benjamin Herrenschmidt
@ 2017-06-29 12:21 ` Michael Ellerman
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Ellerman @ 2017-06-29 12:21 UTC (permalink / raw)
  To: Benjamin Herrenschmidt, linuxppc-dev

On Sat, 2017-06-24 at 19:57:27 UTC, Benjamin Herrenschmidt wrote:
> There is no reason for that message to be pr_info(), it will be printed
> every time we start a KVM guest.
> 
> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>

Applied to powerpc next, thanks.

https://git.kernel.org/powerpc/c/89d8bb163868178d5b35d1bc1237e6

cheers

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-06-29 12:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-24 19:57 [PATCH] powerpc/xive: Silence message about VP block allocation Benjamin Herrenschmidt
2017-06-29 12:21 ` Michael Ellerman

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.