Re: [PATCH v16 01/21] powerpc/irq: use memblock functions returning virtual address

2019-02-06 Thread Nicholas Piggin
Michael Ellerman's on February 5, 2019 9:31 pm: > From: Christophe Leroy > > Since only the virtual address of allocated blocks is used, > lets use functions returning directly virtual address. > > Those functions have the advantage of also zeroing the block. > > Suggested-by: Mike Rapoport >

[PATCH v16 01/21] powerpc/irq: use memblock functions returning virtual address

2019-02-05 Thread Michael Ellerman
From: Christophe Leroy Since only the virtual address of allocated blocks is used, lets use functions returning directly virtual address. Those functions have the advantage of also zeroing the block. Suggested-by: Mike Rapoport Acked-by: Mike Rapoport Signed-off-by: Christophe Leroy