Changeset 405 for trunk/hal/x86_64


Ignore:
Timestamp:
Aug 21, 2017, 11:54:52 AM (7 years ago)
Author:
max@…
Message:

Remove XXX, it's fine.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/hal/x86_64/core/hal_gpt.c

    r397 r405  
    292292        }
    293293
    294         /*
    295          * XXX XXX XXX: can kmem_alloc allocate the page in a remote cluster??
    296          */
    297294        page_xp = XPTR(local_cxy, page);
    298295
     
    312309        gpt->page = GET_PTR(page_xp);
    313310
    314 
    315311        return 0;
    316312}
Note: See TracChangeset for help on using the changeset viewer.