forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 61598093bbdd283a7edc367d900f223070ead8d2
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