Subversion Repositories HelenOS

Rev

Rev 153 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 153 Rev 154
Line 27... Line 27...
27
 */
27
 */
28
 
28
 
29
#ifndef __ia64_BARRIER_H__
29
#ifndef __ia64_BARRIER_H__
30
#define __ia64_BARRIER_H__
30
#define __ia64_BARRIER_H__
31
 
31
 
-
 
32
/*
-
 
33
 * TODO: Implement true IA-64 memory barriers for macros below.
-
 
34
 */
32
#define CS_ENTER_BARRIER()  __asm__ volatile ("" ::: "memory")
35
#define CS_ENTER_BARRIER()  __asm__ volatile ("" ::: "memory")
33
#define CS_LEAVE_BARRIER()  __asm__ volatile ("" ::: "memory")
36
#define CS_LEAVE_BARRIER()  __asm__ volatile ("" ::: "memory")
34
 
37
 
35
#endif
38
#endif