Rev 613 | Rev 760 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 613 | Rev 758 | ||
---|---|---|---|
Line 49... | Line 49... | ||
49 | * as it is passed to D-MMU. |
49 | * as it is passed to D-MMU. |
50 | */ |
50 | */ |
51 | __asm__ volatile ("flush %sp\n"); /* %sp is guaranteed to reference mapped memory */ |
51 | __asm__ volatile ("flush %sp\n"); /* %sp is guaranteed to reference mapped memory */ |
52 | } |
52 | } |
53 | 53 | ||
- | 54 | static inline void membar(void) |
|
- | 55 | { |
|
- | 56 | __asm__ volatile ("membar #Sync\n"); |
|
- | 57 | } |
|
- | 58 | ||
54 | #endif |
59 | #endif |