Re: [PATCH] powerpc/memkey: fix compilation error caused by upstream changes

2017-10-10 Thread Ram Pai
On Tue, Oct 10, 2017 at 08:00:27PM +1100, Michael Ellerman wrote: > Ram Pai writes: > > > "commit df3735c5 -- x86,mpx: make mpx depend on x86-64 to free up VMA flag" > > added the same vm highmem flag we had introduced for PKEY4. That broke > > some of the definitions in pkeys.h > > > > This patc

Re: [PATCH] powerpc/memkey: fix compilation error caused by upstream changes

2017-10-10 Thread Michael Ellerman
Ram Pai writes: > "commit df3735c5 -- x86,mpx: make mpx depend on x86-64 to free up VMA flag" > added the same vm highmem flag we had introduced for PKEY4. That broke > some of the definitions in pkeys.h > > This patch fixes the issue. > > Signed-off-by: Ram Pai > --- > arch/powerpc/include/asm

[PATCH] powerpc/memkey: fix compilation error caused by upstream changes

2017-10-09 Thread Ram Pai
"commit df3735c5 -- x86,mpx: make mpx depend on x86-64 to free up VMA flag" added the same vm highmem flag we had introduced for PKEY4. That broke some of the definitions in pkeys.h This patch fixes the issue. Signed-off-by: Ram Pai --- arch/powerpc/include/asm/pkeys.h |4 +--- 1 files chan