]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/blobdiff - fs/proc/task_mmu.c
Merge branch 'am335x-phy-fixes' into omap-for-v5.0/fixes-v2
[mirror_ubuntu-eoan-kernel.git] / fs / proc / task_mmu.c
index b3ddceb003bc9a0b116ddc279e6855db6e862bc3..f0ec9edab2f31858c5928b5b425d21192ec60466 100644 (file)
@@ -790,6 +790,8 @@ static int show_smap(struct seq_file *m, void *v)
 
        __show_smap(m, &mss);
 
+       seq_printf(m, "THPeligible:    %d\n", transparent_hugepage_enabled(vma));
+
        if (arch_pkeys_enabled())
                seq_printf(m, "ProtectionKey:  %8u\n", vma_pkey(vma));
        show_smap_vma_flags(m, vma);