commit | 9184289c979e78ce466993b53fc951633441e571 | [log] [tgz] |
---|---|---|
author | Max Filippov <jcmvbkbc@gmail.com> | Thu Aug 07 03:32:30 2014 +0400 |
committer | Max Filippov <jcmvbkbc@gmail.com> | Thu Aug 14 11:59:33 2014 +0400 |
tree | 461e8c512c9fc4f960005af5acf89f5135bbb82b | |
parent | 3cfc096e4c4fbc234634cf8a30d40348a25fc9ba [diff] |
xtensa: deprecate fast_xtensa and fast_spill_registers syscalls These syscalls are not used by userspace tools for some time now, and they have issues when called with invalid arguments. It's not worth changing signal delivery mechanism as we don't expect any new users for these syscalls. Let's keep them for backwards compatibility under #ifdef, disabled by default. Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>