dax/kmem: allow kmem to add memory with memmap_on_memory
[linux-2.6-microblaze.git] / drivers / dax / bus.h
index 1ccd233..cbbf644 100644 (file)
@@ -23,6 +23,7 @@ struct dev_dax_data {
        struct dev_pagemap *pgmap;
        resource_size_t size;
        int id;
+       bool memmap_on_memory;
 };
 
 struct dev_dax *devm_create_dev_dax(struct dev_dax_data *data);