K 10 svn:author V 3 jhb K 8 svn:date V 27 2020-04-27T20:37:11.512474Z K 7 svn:log V 299 MFC 350013: Don't pass error from syscallenter() to syscallret(). syscallret() doesn't use error anymore. Fix a few other places to permit removing the return value from syscallenter() entirely. - Remove a duplicated assertion from arm's syscall(). - Use td_errno for amd64_syscall_ret_flush_l1d. END