[Devel] Re: [PATCH] c/r: Fix arch-specific use of mm-context.vdso in v14-rc3

2009-04-11 Thread Oren Laadan
Added. Dan Smith wrote: On s390 and PPC, the mm_context does not have a void *vdso member, but rather an unsigned long vdso_base. Since we cast the void * to an unsigned long anyway, add an arch-specific cr_arch_vdso() function to return the address. This is tested on s390 and x86, but

[Devel] Re: [PATCH] c/r: Fix arch-specific use of mm-context.vdso in v14-rc3

2009-04-08 Thread Nathan Lynch
Dan Smith da...@us.ibm.com wrote: On s390 and PPC, the mm_context does not have a void *vdso member, but rather an unsigned long vdso_base. Since we cast the void * to an unsigned long anyway, add an arch-specific cr_arch_vdso() function to return the address. Looks technically correct for