forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-11 04dd17822334871b23ea2862f7798fb0e0007777
kernel/Documentation/features/sched/membarrier-sync-core/arch-support.txt
....@@ -5,7 +5,7 @@
55 #
66 # Architecture requirements
77 #
8
-# * arm/arm64
8
+# * arm/arm64/powerpc
99 #
1010 # Rely on implicit context synchronization as a result of exception return
1111 # when returning from IPI handler, and when returning to user-space.
....@@ -34,6 +34,7 @@
3434 | arm: | ok |
3535 | arm64: | ok |
3636 | c6x: | TODO |
37
+ | csky: | TODO |
3738 | h8300: | TODO |
3839 | hexagon: | TODO |
3940 | ia64: | TODO |
....@@ -44,13 +45,12 @@
4445 | nios2: | TODO |
4546 | openrisc: | TODO |
4647 | parisc: | TODO |
47
- | powerpc: | TODO |
48
+ | powerpc: | ok |
4849 | riscv: | TODO |
4950 | s390: | TODO |
5051 | sh: | TODO |
5152 | sparc: | TODO |
5253 | um: | TODO |
53
- | unicore32: | TODO |
5454 | x86: | ok |
5555 | xtensa: | TODO |
5656 -----------------------