Re: [PATCH] powerpc/ipic: Stop printing address of registers

2025-02-25 Thread Madhavan Srinivasan
On Thu, 09 Jan 2025 07:48:36 +0100, Christophe Leroy wrote: > The following line appears at boot: > > IPIC (128 IRQ sources) at (ptrval) > > This is pointless so remove the printing of the virtual address and > replace it by matching physical address. > > [...] Applied to powerpc/next. [

[PATCH] powerpc/ipic: Stop printing address of registers

2025-01-08 Thread Christophe Leroy
The following line appears at boot: IPIC (128 IRQ sources) at (ptrval) This is pointless so remove the printing of the virtual address and replace it by matching physical address. Signed-off-by: Christophe Leroy --- arch/powerpc/sysdev/ipic.c | 3 +-- 1 file changed, 1 insertion(+), 2