Changeset 24679

Show
Ignore:
Timestamp:
03/30/08 09:25:01 (2 months ago)
Author:
korli
Message:
reduced MTRR min size to 512KB
Files:

Legend:

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

    r24612 r24679  
    208208 
    209209#define MTRR_MAX_SOLUTIONS      5       // usually MTRR count is eight, keep a few for other needs 
    210 #define MTRR_MIN_SIZE           0x100000       // 1 M
     210#define MTRR_MIN_SIZE           0x80000        // 512 K
    211211static int64 sSolutions[MTRR_MAX_SOLUTIONS]; 
    212212static int32 sSolutionCount;