diff options
author | Paul Mundt <lethal@linux-sh.org> | 2008-12-10 09:06:36 (GMT) |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-12-22 09:44:03 (GMT) |
commit | a99d6fde69dd9c73ac0b4e42a77ed1ebc714e56a (patch) | |
tree | 96d0136b37139a696265b7218e7037ce09a19873 /arch/sh/mm/Makefile_64 | |
parent | 4d1f3bbec49a080cae753aaa44dc1fc7277b3e50 (diff) | |
download | linux-fsl-qoriq-a99d6fde69dd9c73ac0b4e42a77ed1ebc714e56a.tar.xz |
sh: Convert sh64 /proc/asids to debugfs and generic sh.
This converts the sh64 /proc/asids entry to debugfs and enables it for
all SH parts that have debugfs enabled.
On MMU systems this can be used to determine which processes are using
which ASIDs which in turn can be used for finer grained cache tag
analysis.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/mm/Makefile_64')
-rw-r--r-- | arch/sh/mm/Makefile_64 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/mm/Makefile_64 b/arch/sh/mm/Makefile_64 index 9481d0f..2863ffb 100644 --- a/arch/sh/mm/Makefile_64 +++ b/arch/sh/mm/Makefile_64 @@ -13,6 +13,7 @@ obj-y += cache-sh5.o endif obj-y += $(mmu-y) +obj-$(CONFIG_DEBUG_FS) += asids-debugfs.o obj-$(CONFIG_HUGETLB_PAGE) += hugetlbpage.o obj-$(CONFIG_NUMA) += numa.o |