From: Martin Schwidefsky Date: Tue, 16 Oct 2007 08:24:43 +0000 (-0700) Subject: move mm_struct and vm_area_struct X-Git-Tag: v2.6.24-rc1~1221 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c92ff1bde06f69d59b40f3194016aee51cc5da55;p=pandora-kernel.git move mm_struct and vm_area_struct Move the definitions of struct mm_struct and struct vma_area_struct to include/mm_types.h. This allows to define more function in asm/pgtable.h and friends with inline assemblies instead of macros. Compile tested on i386, powerpc, powerpc64, s390-32, s390-64 and x86_64. [aurelien@aurel32.net: build fix] Signed-off-by: Martin Schwidefsky Signed-off-by: Aurelien Jarno Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed