]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - mm/cma.h
cma: Store a name in the cma structure
[karo-tx-linux.git] / mm / cma.h
index 17c75a4246c8bbab8b56fe4d562cd85ea670a21f..49861286279d7dfb52b5643b59557aa0f9341d36 100644 (file)
--- a/mm/cma.h
+++ b/mm/cma.h
@@ -11,6 +11,7 @@ struct cma {
        struct hlist_head mem_head;
        spinlock_t mem_head_lock;
 #endif
+       const char *name;
 };
 
 extern struct cma cma_areas[MAX_CMA_AREAS];