diff options
Diffstat (limited to 'include/linux/libnvdimm.h')
-rw-r--r-- | include/linux/libnvdimm.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/libnvdimm.h b/include/linux/libnvdimm.h index f8109ddb5ef1..f2fc0da4da04 100644 --- a/include/linux/libnvdimm.h +++ b/include/linux/libnvdimm.h | |||
@@ -47,6 +47,11 @@ enum { | |||
47 | 47 | ||
48 | /* region flag indicating to direct-map persistent memory by default */ | 48 | /* region flag indicating to direct-map persistent memory by default */ |
49 | ND_REGION_PAGEMAP = 0, | 49 | ND_REGION_PAGEMAP = 0, |
50 | /* | ||
51 | * Platform ensures entire CPU store data path is flushed to pmem on | ||
52 | * system power loss. | ||
53 | */ | ||
54 | ND_REGION_PERSIST_CACHE = 1, | ||
50 | 55 | ||
51 | /* mark newly adjusted resources as requiring a label update */ | 56 | /* mark newly adjusted resources as requiring a label update */ |
52 | DPA_RESOURCE_ADJUSTED = 1 << 0, | 57 | DPA_RESOURCE_ADJUSTED = 1 << 0, |