Changeset View
Changeset View
Standalone View
Standalone View
sys/arm64/include/atomic-v6.h
- This file was added.
| #ifdef __arm__ | |||||
| #include <arm/atomic-v6.h> | |||||
andrew: Can we merge the arm `atomic-v6.h` and `atomic.h`? | |||||
Done Inline ActionsIn theory this can be done. I wouldn't want to do it in this commit, as it is a fairly large change (or at least, a lot of code moves). karels: In theory this can be done. I wouldn't want to do it in this commit, as it is a fairly large… | |||||
| #else /* !__arm__ */ | |||||
| #error Do not include this header, used only for 32-bit compatibility | |||||
| #endif /* !__arm__ */ | |||||
Can we merge the arm atomic-v6.h and atomic.h?