forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-09 95099d4622f8cb224d94e314c7a8e0df60b13f87
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