Commit c704fc27 authored by Cyrill Gorcunov's avatar Cyrill Gorcunov

util: Make VMA proto being printed with 8 char width

Fancy output.
Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@gmail.com>
parent 118b6655
......@@ -175,7 +175,7 @@ void printk_vma(struct vma_area *vma_area)
if (!vma_area)
return;
printk("s: %16lx e: %16lx l: %4liK p: %4x f: %8x pg: %8lx "
printk("s: %16lx e: %16lx l: %4liK p: %8x f: %8x pg: %8lx "
"fd: %4d pid: %4d dev:%02x:%02x:%08lx vf: %s st: %s spc: %s\n",
vma_area->vma.start, vma_area->vma.end,
vma_area_len(vma_area) >> 10,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment