]> git.baikalelectronics.ru Git - kernel.git/commit
move mm_struct and vm_area_struct
authorMartin Schwidefsky <schwidefsky@de.ibm.com>
Tue, 16 Oct 2007 08:24:43 +0000 (01:24 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Tue, 16 Oct 2007 16:42:53 +0000 (09:42 -0700)
commit34126a6966a51639104b5c9065882fb3b30dcaae
treed365a7723a05a073ed715c6f4e99363e27516d04
parent33e7649fac0235b14b9417846691fbf1124a4913
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 <schwidefsky@de.ibm.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/mm.h
include/linux/mm_types.h
include/linux/sched.h