forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-09 05e59e5fb0064c97a1c10921ecd549f2d4a58565
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