compat: Make compat_alloc_user_space() incorporate the access_ok()
[deliverable/linux.git] / arch / s390 / include / asm / compat.h
index 104f2007f097720b339e469d37b7732c120c8168..a875c2f542e1070a120b484c96a0d2fc10fc55cb 100644 (file)
@@ -181,7 +181,7 @@ static inline int is_compat_task(void)
 
 #endif
 
-static inline void __user *compat_alloc_user_space(long len)
+static inline void __user *arch_compat_alloc_user_space(long len)
 {
        unsigned long stack;
 
This page took 0.024648 seconds and 5 git commands to generate.