@@ -119,7 +119,7 @@ static int hash__init_new_context(struct mm_struct *mm)/* This is fork. Copy hash_context details from current->mm */memcpy(mm->context.hash_context,current->mm->context.hash_context,sizeof(structhash_mm_context));#ifdef CONFIG_PPC_SUBPAGE_PROT-/* inherit subpage prot detalis if we have one. */+/* inherit subpage prot details if we have one. */if(current->mm->context.hash_context->spt){mm->context.hash_context->spt=kmalloc(sizeof(structsubpage_prot_table),GFP_KERNEL);--
@@ -119,7 +119,7 @@ static int hash__init_new_context(struct mm_struct *mm)/* This is fork. Copy hash_context details from current->mm */memcpy(mm->context.hash_context,current->mm->context.hash_context,sizeof(structhash_mm_context));#ifdef CONFIG_PPC_SUBPAGE_PROT-/* inherit subpage prot detalis if we have one. */+/* inherit subpage prot details if we have one. */if(current->mm->context.hash_context->spt){mm->context.hash_context->spt=kmalloc(sizeof(structsubpage_prot_table),GFP_KERNEL);--