Ignore:
Timestamp:
Jul 24, 2017, 4:30:00 PM (7 years ago)
Author:
max@…
Message:

Use local_cxy for GET_PTR, instead of the triple map. This fixes a number
of inconsistencies.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/hal/x86_64/core/hal_boot.h

    r236 r272  
    151151        (CLUSTER_MIN_VA(n) + CLUSTER_VA_SIZE)
    152152
    153 /* Macros indicating the VA ranges for the local cluster*/
    154 #define LOCAL_CLUSTER_MIN_VA    HAL_VA_LOCAL_CLUSTER
    155 #define LOCAL_CLUSTER_MAX_VA    (LOCAL_CLUSTER_MIN_VA + CLUSTER_VA_SIZE)
    156 
Note: See TracChangeset for help on using the changeset viewer.