Changeset 24946
- Timestamp:
- 04/12/08 09:36:33 (7 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
haiku/trunk/src/system/kernel/arch/x86/arch_vm.cpp
r24679 r24946 170 170 return B_NOT_SUPPORTED; 171 171 172 #if 0 172 173 // check if it overlaps 173 174 if (type == IA32_MTR_WRITE_COMBINING … … 179 180 // we replace an existing write-combining mtrr with a bigger one at the index position 180 181 } 182 #endif 181 183 182 184 // length must be a power of 2; just round it up to the next value
