forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
kernel/tools/testing/selftests/powerpc/copyloops/asm/ppc_asm.h
....@@ -25,6 +25,7 @@
2525
2626 #define _GLOBAL(A) FUNC_START(test_ ## A)
2727 #define _GLOBAL_TOC(A) _GLOBAL(A)
28
+#define _GLOBAL_TOC_KASAN(A) _GLOBAL(A)
2829
2930 #define PPC_MTOCRF(A, B) mtocrf A, B
3031