[PATCH] NOMMU: move the fallback arch_vma_name() to a sensible place
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / include / linux / mm.h
index 22165cb18906a95a08aa9bb091981bbfdf47a620..7b703b6d43582dd918a1c8c397a2a3932accf72c 100644 (file)
@@ -1131,7 +1131,7 @@ void drop_slab(void);
 extern int randomize_va_space;
 #endif
 
-const char *arch_vma_name(struct vm_area_struct *vma);
+__attribute__((weak)) const char *arch_vma_name(struct vm_area_struct *vma);
 
 #endif /* __KERNEL__ */
 #endif /* _LINUX_MM_H */