diff options
Diffstat (limited to 'fs/proc/task_mmu.c')
| -rw-r--r-- | fs/proc/task_mmu.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/fs/proc/task_mmu.c b/fs/proc/task_mmu.c index 775a2e8d600c..5f171ad7b436 100644 --- a/fs/proc/task_mmu.c +++ b/fs/proc/task_mmu.c @@ -988,6 +988,7 @@ static void show_smap_vma_flags(struct seq_file *m, struct vm_area_struct *vma)  		[ilog2(VM_SHADOW_STACK)] = "ss",  #endif  #ifdef CONFIG_64BIT +		[ilog2(VM_DROPPABLE)] = "dp",  		[ilog2(VM_SEALED)] = "sl",  #endif  	}; |