linux jsm
John Marvin
jsm@puffin.external.hp.com
Fri, 20 Oct 2000 07:52:55 -0600
CVSROOT: /home/cvs/parisc
Module name: linux
Changes by: jsm 00/10/20 07:52:55
Modified files:
arch/parisc/mm : fault.c
Log message:
A variety of fixes, however, the most important fix can't be enabled just yet,
because it will break all commands! We need to check permissions before
calling handle_mm_fault(), however, if we do that now, everything stops
working, because at least one shared library is writing into a read only
region.
Once the offending libraries/commands are fixed, we need to remove the
#ifdef CHECK_PERMISSIONS.