patch-2.3.12 linux/arch/m68k/mm/fault.c
Next file: linux/arch/mips/config.in
Previous file: linux/arch/m68k/kernel/signal.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Fri Jul 23 12:20:23 1999
- Orig file:
v2.3.11/linux/arch/m68k/mm/fault.c
- Orig date:
Thu Dec 17 09:06:30 1998
diff -u --recursive --new-file v2.3.11/linux/arch/m68k/mm/fault.c linux/arch/m68k/mm/fault.c
@@ -49,7 +49,7 @@
* If we're in an interrupt or have no user
* context, we must not take the fault..
*/
- if (in_interrupt() || mm == &init_mm)
+ if (in_interrupt() || !mm)
goto no_context;
down(&mm->mmap_sem);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)