12345678910111213141516171819202122232425262728293031 |
- #
- # Feature name: cmpxchg-local
- # Kconfig: HAVE_CMPXCHG_LOCAL
- # description: arch supports the this_cpu_cmpxchg() API
- #
- -----------------------
- | arch |status|
- -----------------------
- | alpha: | TODO |
- | arc: | TODO |
- | arm: | TODO |
- | arm64: | ok |
- | csky: | TODO |
- | hexagon: | TODO |
- | ia64: | TODO |
- | loong: | TODO |
- | m68k: | TODO |
- | microblaze: | TODO |
- | mips: | TODO |
- | nios2: | TODO |
- | openrisc: | TODO |
- | parisc: | TODO |
- | powerpc: | TODO |
- | riscv: | TODO |
- | s390: | ok |
- | sh: | TODO |
- | sparc: | TODO |
- | um: | TODO |
- | x86: | ok |
- | xtensa: | TODO |
- -----------------------
|