Re: [PATCH] NOMMU: Rename PowerPC's struct vm_region

2008-12-12 Thread Benjamin Herrenschmidt
On Thu, 2008-12-11 at 12:53 +, David Howells wrote: > 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 me

Re: [PATCH] NOMMU: Rename PowerPC's struct vm_region

2008-12-11 Thread David Howells
Josh Boyer <[EMAIL PROTECTED]> wrote: > Is there a reason you renamed all the function names as well when they > are static? Well, static functions can still conflict with a function of the same name that's declared globally in a header file, but mainly because M-x replace-string doesn't differen

Re: [PATCH] NOMMU: Rename PowerPC's struct vm_region

2008-12-11 Thread Josh Boyer
On Thu, 11 Dec 2008 12:53:54 + David Howells <[EMAIL PROTECTED]> wrote: > 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 are

[PATCH] NOMMU: Rename PowerPC's struct vm_region

2008-12-11 Thread David Howells
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 regi