struct vm_struct * remove_vm_area (void * addr);
Search for the kernel VM area starting at addr, and remove it. This function returns the found VM area, but using it is NOT safe on SMP machines, except for its size or flags.
Search for the kernel VM area starting at addr, and remove it. This function returns the found VM area, but using it is NOT safe on SMP machines, except for its size or flags.