search for: 1042,13

Displaying 2 results from an estimated 2 matches for "1042,13".

Did you mean: 104,13
2007 Apr 18
2
[PATCH] exec-shield style vdso move.
...minimal .23560-linux-2.6.17-rc4-git3/include/linux/mm.h .23560-linux-2.6.17-rc4-git3.updated/include/linux/mm.h --- .23560-linux-2.6.17-rc4-git3/include/linux/mm.h 2006-05-16 10:51:43.000000000 +1000 +++ .23560-linux-2.6.17-rc4-git3.updated/include/linux/mm.h 2006-05-17 17:10:49.000000000 +1000 @@ -1042,6 +1042,13 @@ int in_gate_area_no_task(unsigned long a #define in_gate_area(task, addr) ({(void)task; in_gate_area_no_task(addr);}) #endif /* __HAVE_ARCH_GATE_AREA */ +#ifndef __HAVE_ARCH_VMA_NAME +static inline const char *arch_vma_name(struct vm_area_struct *vma) +{ + return NULL; +} +#endif...
2007 Apr 18
2
[PATCH] exec-shield style vdso move.
...minimal .23560-linux-2.6.17-rc4-git3/include/linux/mm.h .23560-linux-2.6.17-rc4-git3.updated/include/linux/mm.h --- .23560-linux-2.6.17-rc4-git3/include/linux/mm.h 2006-05-16 10:51:43.000000000 +1000 +++ .23560-linux-2.6.17-rc4-git3.updated/include/linux/mm.h 2006-05-17 17:10:49.000000000 +1000 @@ -1042,6 +1042,13 @@ int in_gate_area_no_task(unsigned long a #define in_gate_area(task, addr) ({(void)task; in_gate_area_no_task(addr);}) #endif /* __HAVE_ARCH_GATE_AREA */ +#ifndef __HAVE_ARCH_VMA_NAME +static inline const char *arch_vma_name(struct vm_area_struct *vma) +{ + return NULL; +} +#endif...