]> git.baikalelectronics.ru Git - kernel.git/commit
NOMMU: Rename ARM's struct vm_region
authorDavid Howells <dhowells@redhat.com>
Thu, 8 Jan 2009 12:04:47 +0000 (12:04 +0000)
committerDavid Howells <dhowells@redhat.com>
Thu, 8 Jan 2009 12:04:47 +0000 (12:04 +0000)
commit97af650dd6c4b5a2f1b18021fda3bbc625d1ebfe
treea5185e6af336e3c00343e7791517b70f00d0c2df
parentbde8b663772e21a57cc5e1b78c3912d59a37effd
NOMMU: Rename ARM's struct vm_region

Rename ARM's struct vm_region so that I can introduce my own global version
for NOMMU.  It's feasible that the ARM version may wish to use my global one
instead.

The NOMMU vm_region struct defines areas of the physical memory map that are
under mmap.  This may include chunks of RAM or regions of memory mapped
devices, such as flash.  It is also used to retain copies of file content so
that shareable private memory mappings of files can be made.  As such, it may
be compatible with what is described in the banner comment for ARM's vm_region
struct.

Signed-off-by: David Howells <dhowells@redhat.com>
arch/arm/mm/dma-mapping.c