Changeset 24946

Show
Ignore:
Timestamp:
04/12/08 09:36:33 (7 months ago)
Author:
korli
Message:

disabled check for memory overlaps for the time being

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • haiku/trunk/src/system/kernel/arch/x86/arch_vm.cpp

    r24679 r24946  
    170170                return B_NOT_SUPPORTED; 
    171171 
     172#if 0 
    172173        // check if it overlaps 
    173174        if (type == IA32_MTR_WRITE_COMBINING 
     
    179180                // we replace an existing write-combining mtrr with a bigger one at the index position 
    180181        } 
     182#endif 
    181183 
    182184        // length must be a power of 2; just round it up to the next value