X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=arch%2Fmicroblaze%2Fsyscall_arch.h;h=942aaa2da77286ca73c45740743c11e34eddf4d7;hb=f76d51a1cca1236efc50ee60c0bad3354079b854;hp=6cf631ad5d317070671c114b8c3080ae021ba6f4;hpb=22e5bbd0deadcbd767864bd714e890b70e1fe1df;p=musl diff --git a/arch/microblaze/syscall_arch.h b/arch/microblaze/syscall_arch.h index 6cf631ad..942aaa2d 100644 --- a/arch/microblaze/syscall_arch.h +++ b/arch/microblaze/syscall_arch.h @@ -3,8 +3,6 @@ ((union { long long ll; long l[2]; }){ .ll = x }).l[1] #define __SYSCALL_LL_O(x) 0, __SYSCALL_LL_E((x)) -#ifndef __clang__ - static __inline long __syscall0(long n) { register unsigned long r12 __asm__("r12") = n; @@ -96,11 +94,4 @@ static inline long __syscall6(long n, long a, long b, long c, long d, long e, lo return r3; } -#else - -#undef SYSCALL_NO_INLINE -#define SYSCALL_NO_INLINE - -#endif - #define SYSCALL_IPC_BROKEN_MODE