You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
is there android arm version for these code ?
#ifdef CONFIG_X86
// The use of registers relies on the arch.
// arch/x86/lib/putuser.S
// arch/x86/lib/getuser.S
PRE_HANDLER_KERNEL(copy_from_user, regs->si, regs->dx)
PRE_HANDLER_KERNEL(get_user_1, regs->ax, 1)
PRE_HANDLER_KERNEL(get_user_2, regs->ax, 2)
PRE_HANDLER_KERNEL(get_user_4, regs->ax, 4)
PRE_HANDLER_KERNEL(get_user_8, regs->ax, 8)
PRE_HANDLER_USER(copy_to_user, regs->di, regs->dx)
PRE_HANDLER_USER(put_user_1, regs->cx, 1)
PRE_HANDLER_USER(put_user_2, regs->cx, 2)
PRE_HANDLER_USER(put_user_4, regs->cx, 4)
PRE_HANDLER_USER(put_user_8, regs->cx, 8)
#endif
Is there a copy surpporting android ? only support x86 now?
The text was updated successfully, but these errors were encountered: