Merge
This commit is contained in:
commit
5a3eb313a6
@ -56,8 +56,16 @@ typedef void (__kernel_dmb_t) (void);
|
||||
|
||||
#else // PPC
|
||||
|
||||
#ifdef ALPHA
|
||||
|
||||
#define LIGHT_MEM_BARRIER __sync_synchronize()
|
||||
|
||||
#else // ALPHA
|
||||
|
||||
#define LIGHT_MEM_BARRIER __asm __volatile ("":::"memory")
|
||||
|
||||
#endif // ALPHA
|
||||
|
||||
#endif // PPC
|
||||
|
||||
#endif // ARM
|
||||
|
Loading…
Reference in New Issue
Block a user