aboutsummaryrefslogtreecommitdiffstats
path: root/lib/memregion.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2019-11-07lib: Uplevel the pmem "region" ida to a global allocatorDan Williams1-0/+18
In preparation for handling platform differentiated memory types beyond persistent memory, uplevel the "region" identifier to a global number space. This enables a device-dax instance to be registered to any memory type with guaranteed unique names. Signed-off-by: Dan Williams <dan.j.williams@intel.com> Acked-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>