提交 2505820f 编写于 作者: C Christophe Leroy 提交者: Michael Ellerman

powerpc/mm: Rename table dump file name

Page table dump debugfs file is named 'kernel_page_tables' on
all other architectures implementing it, while is is named
'kernel_pagetables' on powerpc. This patch renames it.
Signed-off-by: NChristophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: NMichael Ellerman <mpe@ellerman.id.au>
上级 78a18dbf
......@@ -513,7 +513,7 @@ static int ptdump_init(void)
populate_markers();
build_pgtable_complete_mask();
debugfs_file = debugfs_create_file("kernel_pagetables", 0400, NULL,
debugfs_file = debugfs_create_file("kernel_page_tables", 0400, NULL,
NULL, &ptdump_fops);
return debugfs_file ? 0 : -ENOMEM;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册