uml: fold mmu_context_skas into mm_context
[sfrench/cifs-2.6.git] / arch / um / kernel / skas / process.c
index 9ce1c49421f88a7cf40cb6bcac3719add73b6e39..0297e63f9725c1bbbcc121e412a5f07bd7f52940 100644 (file)
@@ -65,5 +65,5 @@ unsigned long current_stub_stack(void)
        if (current->mm == NULL)
                return 0;
 
-       return current->mm->context.skas.id.stack;
+       return current->mm->context.id.stack;
 }