Changeset 405 for trunk/hal/x86_64/core/hal_gpt.c
- Timestamp:
- Aug 21, 2017, 11:54:52 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/hal/x86_64/core/hal_gpt.c
r397 r405 292 292 } 293 293 294 /*295 * XXX XXX XXX: can kmem_alloc allocate the page in a remote cluster??296 */297 294 page_xp = XPTR(local_cxy, page); 298 295 … … 312 309 gpt->page = GET_PTR(page_xp); 313 310 314 315 311 return 0; 316 312 }
Note: See TracChangeset
for help on using the changeset viewer.