Changeset 26248

Show
Ignore:
Timestamp:
07/04/08 11:46:27 (5 months ago)
Author:
bonefish
Message:

fault_find_page(): When the source of the top cache is busy, we may
find our own dummy page. This is equivalent to not finding a page at
all. Fixes #2471.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • haiku/trunk/src/system/kernel/vm/vm.cpp

    r26246 r26248  
    43224322        } 
    43234323 
     4324        if (page == &dummyPage) 
     4325                page = NULL; 
     4326 
    43244327        if (page == NULL) { 
    43254328                // there was no adequate page, determine the cache for a clean one