Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

powerpc: Fix compile with icwsx support

Due to a collision between NO_CONTEXT->MMU_NO_CONTEXT change and
Anton's patch.

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>

authored by

Stephen Rothwell and committed by
Benjamin Herrenschmidt
79af2187 cce36444

+1 -1
+1 -1
arch/powerpc/mm/mmu_context_hash64.c
··· 279 279 if (!mm->context.cop_lockp) { 280 280 __destroy_context(index); 281 281 subpage_prot_free(mm); 282 - mm->context.id = NO_CONTEXT; 282 + mm->context.id = MMU_NO_CONTEXT; 283 283 return -ENOMEM; 284 284 } 285 285 spin_lock_init(mm->context.cop_lockp);