]> bbs.cooldavid.org Git - net-next-2.6.git/commit
sh: provide generic arch_debugfs_dir.
authorPaul Mundt <lethal@linux-sh.org>
Thu, 23 Sep 2010 19:04:26 +0000 (04:04 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Thu, 23 Sep 2010 19:04:26 +0000 (04:04 +0900)
commit3f224f4e057ce67713f3e7a8890f2fbe12d047a5
treebcaa45b4a0095c4c502ffac056e26481a7b49442
parenta234ca0faa65dcd5cc473915bd925130ebb7b74b
sh: provide generic arch_debugfs_dir.

While sh previously had its own debugfs root, there now exists a
common arch_debugfs_dir prototype, so we switch everything over to
that.  Presumably once more architectures start making use of this
we'll be able to just kill off the stub kdebugfs wrapper.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/include/asm/system.h
arch/sh/kernel/Makefile
arch/sh/kernel/kdebugfs.c [new file with mode: 0644]
arch/sh/kernel/setup.c
arch/sh/mm/asids-debugfs.c
arch/sh/mm/cache-debugfs.c
arch/sh/mm/pmb.c
arch/sh/mm/tlb-debugfs.c