commit | 579afe866f52adcd921272a224ab36733051059c | [log] [tgz] |
---|---|---|
author | Max Filippov <jcmvbkbc@gmail.com> | Tue Jan 01 14:08:32 2019 -0800 |
committer | Max Filippov <jcmvbkbc@gmail.com> | Thu Feb 07 12:24:20 2019 -0800 |
tree | 52e253ca6b73e447d269df4e11b07a0836b7cdd2 | |
parent | af3d890b4303cfc9df4b785c852246d4c7013436 [diff] |
xtensa: use generic spinlock/rwlock implementation Drop custom spinlock/rwlock code and use ones from asm-generic. This way there is less code duplication (atomic primitives are reused). Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>