Re: [RFC 1/5] powerpc: Rename context.vdso_base to context.vdso

2016-05-04 Thread Christopher Covington
Hi Balbir, On 05/01/2016 09:05 PM, Balbir Singh wrote: > On 29/04/16 01:18, Christopher Covington wrote: >> In order to share remap and unmap support for the VDSO with other >> architectures without duplicating the code, we need a common name and type >> for the address of the VDSO. An informal su

Re: [RFC 1/5] powerpc: Rename context.vdso_base to context.vdso

2016-05-01 Thread Balbir Singh
On 29/04/16 01:18, Christopher Covington wrote: > In order to share remap and unmap support for the VDSO with other > architectures without duplicating the code, we need a common name and type > for the address of the VDSO. An informal survey of the architectures > indicates unsigned long vdso is

[RFC 1/5] powerpc: Rename context.vdso_base to context.vdso

2016-04-28 Thread Christopher Covington
In order to share remap and unmap support for the VDSO with other architectures without duplicating the code, we need a common name and type for the address of the VDSO. An informal survey of the architectures indicates unsigned long vdso is popular. Change the variable name in powerpc from mm->con