From: David Howells Date: Wed, 27 Sep 2006 08:50:23 +0000 (-0700) Subject: [PATCH] NOMMU: move the fallback arch_vma_name() to a sensible place X-Git-Tag: v2.6.19-rc1~947 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f269fdd1829acc5e53bf57b145003e5733133f2b;p=pandora-kernel.git [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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed