powerpc: Rename struct vm_region to avoid conflict with NOMMU
authorDavid Howells <dhowells@redhat.com>
Thu, 11 Dec 2008 02:53:54 +0000 (02:53 +0000)
committerPaul Mackerras <paulus@samba.org>
Sun, 21 Dec 2008 03:21:14 +0000 (14:21 +1100)
commit8168b5400b06353293f9844976435886eb2a8ff2
treec35d8dd2aadca217258615b166f0ab54c7879918
parent13ba3c0092b4db272d1f643206c1b55f4fe415a6
powerpc: Rename struct vm_region to avoid conflict with NOMMU

Rename PowerPC's struct vm_region so that I can introduce my own
global version for NOMMU.  It's feasible that the PowerPC 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 PowerPC's vm_region struct.

Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/lib/dma-noncoherent.c