On Sat, 2018-12-22 at 14:35:38 UTC, Christian Lamparter wrote: > This patch fixes a recent compilation regression in ocm: > > | ocm.c: In function âÂÂocm_init_nodeâÂÂ: > | ocm.c:182:18: error: invalid operands to binary | > | (have âÂÂintâ and âÂÂpgprot_tâ {aka âÂÂstruct > <anonymous>âÂÂ}) > | _PAGE_EXEC | PAGE_KERNEL_NCG); > | ^ > | > | ocm.c:197:17: error: invalid operands to binary | > | (have âÂÂintâ and âÂÂpgprot_tâ {aka âÂÂstruct > <anonymous>âÂÂ}) > | _PAGE_EXEC | PAGE_KERNEL); > | ^ > > Fixes: 56f3c1413f5c ("powerpc/mm: properly set PAGE_KERNEL flags in > ioremap()") > Signed-off-by: Christian Lamparter <chunk...@gmail.com> > Reviewed-by: Christophe Leroy <christophe.le...@c-s.fr>
Applied to powerpc fixes, thanks. https://git.kernel.org/powerpc/c/d0757237d7b18b1ce74293be7c077d cheers