|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.586.2.4, 2007/04/20 20:31:25 | version 1.586.2.5, 2007/08/28 11:46:26 | ||
|---|---|---|---|
|
|
||
| } | } | ||
| /* | /* | ||
| * If the segment is smaller than a page, skip it. | |||
| */ | |||
| if (bim->entry[x].size < NBPG) { | |||
| continue; | |||
| } | |||
| /* | |||
| * Sanity check the entry. | * Sanity check the entry. | ||
| * XXX Need to handle uint64_t in extent code | * XXX Need to handle uint64_t in extent code | ||
| * XXX and 64-bit physical addresses in i386 | * XXX and 64-bit physical addresses in i386 |