Changeset ae7f6fb in mainline


Ignore:
Timestamp:
2008-09-02T09:46:15Z (16 years ago)
Author:
Jiri Svoboda <jirik.svoboda@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6745592
Parents:
6461d286
Message:

Fix panic caused by not setting new area flags in as_area_change_flags(), as pointed out by Jakub.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/mm/as.c

    r6461d286 rae7f6fb  
    871871
    872872        /*
     873         * Set the new flags.
     874         */
     875        area->flags = flags;
     876
     877        /*
    873878         * Map pages back in with new flags. This step is kept separate
    874879         * so that there's no instant when the memory area could be
Note: See TracChangeset for help on using the changeset viewer.