Re: [RFC/PATCH 1/2] powerpc: unmap_vm_area becomes unmap_kernel_range

2007-05-15 Thread Benjamin Herrenschmidt
On Wed, 2007-05-16 at 13:45 +1000, Benjamin Herrenschmidt wrote: > This patch renames unmap_vm_area to unmap_kernel_range and make > it take an explicit range instead of a vm_area struct. This makes > it more versatile for code that wants to play with kernel page > tables outside of the standard vm

[RFC/PATCH 1/2] powerpc: unmap_vm_area becomes unmap_kernel_range

2007-05-15 Thread Benjamin Herrenschmidt
This patch renames unmap_vm_area to unmap_kernel_range and make it take an explicit range instead of a vm_area struct. This makes it more versatile for code that wants to play with kernel page tables outside of the standard vmalloc area. Signed-off-by: Benjamin Herrenschmidt <[EMAIL PROTECTED]>