mm, tracing: refresh __def_vmaflag_names
Get list of VMA flags up-to-date and sort it to match VM_* definition order. [vbabka@suse.cz: add a note above vmaflag definitions to update the names when changing] Signed-off-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com> Acked-by: Vlastimil Babka <vbabka@suse.cz> Signed-off-by: Vlastimil Babka <vbabka@suse.cz> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
39a1aa8e19
commit
bcf6691797
2 changed files with 17 additions and 7 deletions
|
|
@ -143,6 +143,7 @@ extern unsigned int kobjsize(const void *objp);
|
|||
|
||||
/*
|
||||
* vm_flags in vm_area_struct, see mm_types.h.
|
||||
* When changing, update also include/trace/events/mmflags.h
|
||||
*/
|
||||
#define VM_NONE 0x00000000
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue