-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename shared/private regions to HwMap/UmodeElf.
HypMap region types were originally built to separate the shared (same across all CPUs) and private (per-CPU allocated) regions of the VA space. This definition became obsolete very quickly, and already since the addition of UmodeInput Region it became clear that it's better to have regions specific to the kind of memory, rather than their shared/private nature. Signed-off-by: Gianluca Guida <[email protected]>
- Loading branch information
Showing
1 changed file
with
37 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters