Re: [PATCH] Re: [SPARC32] NULL pointer derefference

2007-07-31 Thread David Miller
From: Mark Fortescue <[EMAIL PROTECTED]> Date: Tue, 31 Jul 2007 08:55:20 +0100 (BST) > I have formulated a patch that prevents the update_mmu_cache from doing > enything if there is no context available. This apears to have no > immediate, undesirable side effects. > > This worked better than t

[PATCH] Re: [SPARC32] NULL pointer derefference

2007-07-31 Thread Mark Fortescue
Hi David, I have formulated a patch that prevents the update_mmu_cache from doing enything if there is no context available. This apears to have no immediate, undesirable side effects. This worked better than the alternative of setting up a context to work with. Can you for see any issues in