[patch 4/5] move mm_struct and vm_area_struct.

2007-07-03 Thread Martin Schwidefsky
From: Martin Schwidefsky <[EMAIL PROTECTED]> 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, ia64, powerpc, powerpc64, s390-

[patch 4/5] move mm_struct and vm_area_struct.

2007-06-29 Thread Martin Schwidefsky
From: Martin Schwidefsky <[EMAIL PROTECTED]> 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. Signed-off-by: Martin Schwidefsky <[EMAIL PROTECTED]>