Ignore:
Timestamp:
Jun 22, 2017, 4:06:44 PM (7 years ago)
Author:
max@…
Message:

Explicitly use configurable parameters

File:
1 edited

Legend:

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

    r39 r42  
    177177{
    178178        pa_avail = firstpa;
    179         va_avail = CLUSTER0_MIN_VA;
    180         hal_gpt_maptree_area(CLUSTER0_MIN_VA, CLUSTER0_MAX_VA);
     179        va_avail = CLUSTER_MIN_VA(0);
     180        hal_gpt_maptree_area(CLUSTER_MIN_VA(0), CLUSTER_MAX_VA(0));
    181181}
    182182
Note: See TracChangeset for help on using the changeset viewer.