pc32 is a part of powerpc, not a standalone arch.
>
> Right, I understand. But we are yet to hear about how this test
> came about on powerpc server platforms. Will update 'powerpc'
> arch listing above once we get some confirmation. May be once
> this works on all relev
; came about on powerpc server platforms. Will update 'powerpc'
>> arch listing above once we get some confirmation. May be once
>> this works on all relevant powerpc platforms, we can just merge
>> 'powerpc' and 'ppc32' entries here as just
On Mon, 28 Oct 2019 23:48:25 PDT (-0700), Christoph Hellwig wrote:
Various architectures that use asm-generic/io.h still defined their
own default versions of ioremap_nocache, ioremap_wt and ioremap_wc
that point back to plain ioremap directly or indirectly. Remove these
definitions and rely on
On Mon, 28 Oct 2019 23:48:30 PDT (-0700), Christoph Hellwig wrote:
A lot of architectures reuse the same simple ioremap implementation, so
start lifting the most simple variant to lib/ioremap.c. It provides
ioremap_prot and iounmap, plus a default ioremap that uses prot_noncached,
although that
On 11/6/19 8:44 PM, Anshuman Khandual wrote:
>
>>
>>> */
>>> -#ifdef CONFIG_TRANSPARENT_HUGEPAGE
>>> +#ifdef CONFIG_HAVE_ARCH_TRANSPARENT_HUGEPAGE
>>> #include
>>> #endif
>> This in wrong. CONFIG_HAVE_ARCH_TRANSPARENT_HUGEPAGE is a just a glue
>> toggle,
>> used only in Kconfig files (and no
Hi Christoph,
On Thu, 7 Nov 2019 21:47:43 +0100 Christoph Hellwig wrote:
>
> can you add the generic-ioremap tree:
>
>git://git.infradead.org/users/hch/ioremap.git
>
> to linux-next?
I assume you mean the for-next branch?
--
Cheers,
Stephen Rothwell
pgpwSDzMtaGje.pgp
Description: OpenP
On 11/08/2019 12:35 AM, Vineet Gupta wrote:
> On 11/6/19 8:44 PM, Anshuman Khandual wrote:
>>
>>>
*/
-#ifdef CONFIG_TRANSPARENT_HUGEPAGE
+#ifdef CONFIG_HAVE_ARCH_TRANSPARENT_HUGEPAGE
#include
#endif
>>> This in wrong. CONFIG_HAVE_ARCH_TRANSPARENT_HUGEPAGE is a just
Hi Christoph,
On Fri, 8 Nov 2019 13:20:00 +1100 Stephen Rothwell
wrote:
>
> On Thu, 7 Nov 2019 21:47:43 +0100 Christoph Hellwig wrote:
> >
> > can you add the generic-ioremap tree:
> >
> >git://git.infradead.org/users/hch/ioremap.git
> >
> > to linux-next?
>
> I assume you mean the fo
On Fri, Nov 08, 2019 at 03:52:48PM +1100, Stephen Rothwell wrote:
> Hi Christoph,
>
> On Fri, 8 Nov 2019 13:20:00 +1100 Stephen Rothwell
> wrote:
> >
> > On Thu, 7 Nov 2019 21:47:43 +0100 Christoph Hellwig wrote:
> > >
> > > can you add the generic-ioremap tree:
> > >
> > >git://git.infrad