X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=blobdiff_plain;f=arch%2Fia64%2Finclude%2Fasm%2Fcompat.h;h=9301a2821615b66cacd781eeba3e53d57e60fe75;hp=f90edc85b50933a9df52391d041ad9f8b1a8ee66;hb=e5953cbdff26f7cbae7eff30cd9b18c4e19b7594;hpb=a9aa1d02de36b450990b0e25a88fc2ff1c3e6b94 diff --git a/arch/ia64/include/asm/compat.h b/arch/ia64/include/asm/compat.h index f90edc85b509..9301a2821615 100644 --- a/arch/ia64/include/asm/compat.h +++ b/arch/ia64/include/asm/compat.h @@ -199,7 +199,7 @@ ptr_to_compat(void __user *uptr) } static __inline__ void __user * -compat_alloc_user_space (long len) +arch_compat_alloc_user_space (long len) { struct pt_regs *regs = task_pt_regs(current); return (void __user *) (((regs->r12 & 0xffffffff) & -16) - len);