[PATCH] NOMMU: move the fallback arch_vma_name() to a sensible place
authorDavid Howells <dhowells@redhat.com>
Wed, 27 Sep 2006 08:50:23 +0000 (01:50 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 27 Sep 2006 15:26:15 +0000 (08:26 -0700)
commitf269fdd1829acc5e53bf57b145003e5733133f2b
tree494fef02f26f089f14c719e9a4394a41f7b686ec
parent930e652a21a08986b03d1f370f933057dc0db2dc
[PATCH] NOMMU: move the fallback arch_vma_name() to a sensible place

Move the fallback arch_vma_name() to a sensible place (kernel/signal.c).

Currently it's in fs/proc/task_mmu.c, a file that is dependent on both
CONFIG_PROC_FS and CONFIG_MMU being enabled, but it's used from
kernel/signal.c from where it is called unconditionally.

[akpm@osdl.org: build fix]
Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/proc/task_mmu.c
include/linux/mm.h
kernel/signal.c