x86, mm: Improve _install_special_mapping and fix x86 vdso naming
[linux-2.6-block.git] / arch / x86 / vdso / vdso32-setup.c
index c3ed708e50f4114ee7ae339f4cdb751efb6a0c12..e4f7781ee16280a1606349262dcb14b055f5599b 100644 (file)
@@ -119,13 +119,6 @@ __initcall(ia32_binfmt_init);
 
 #else  /* CONFIG_X86_32 */
 
-const char *arch_vma_name(struct vm_area_struct *vma)
-{
-       if (vma->vm_mm && vma->vm_start == (long)vma->vm_mm->context.vdso)
-               return "[vdso]";
-       return NULL;
-}
-
 struct vm_area_struct *get_gate_vma(struct mm_struct *mm)
 {
        return NULL;