Re: [PATCH 0/5] PPC32/ioremap: Use memblock API to check for RAM

2018-02-24 Thread Jonathan Neuschäfer
On Fri, Feb 23, 2018 at 09:01:17AM +0100, Christophe LEROY wrote: > > > Le 22/02/2018 à 13:15, Jonathan Neuschäfer a écrit : > > This patchset solves the same problem as my previous one[1] but follows > > a rather different approach. Instead of implementing DISCONTIGMEM for > > PowerPC32, I

Re: [PATCH 0/5] PPC32/ioremap: Use memblock API to check for RAM

2018-02-23 Thread Christophe LEROY
Le 22/02/2018 à 13:15, Jonathan Neuschäfer a écrit : This patchset solves the same problem as my previous one[1] but follows a rather different approach. Instead of implementing DISCONTIGMEM for PowerPC32, I simply switched the "is this RAM" check in __ioremap_caller to the existing

[PATCH 0/5] PPC32/ioremap: Use memblock API to check for RAM

2018-02-22 Thread Jonathan Neuschäfer
This patchset solves the same problem as my previous one[1] but follows a rather different approach. Instead of implementing DISCONTIGMEM for PowerPC32, I simply switched the "is this RAM" check in __ioremap_caller to the existing page_is_ram function, and unified page_is_ram to search