Rev 3365 | Rev 3549 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3365 | Rev 3398 | ||
---|---|---|---|
Line 110... | Line 110... | ||
110 | /* |
110 | /* |
111 | * US-III processors have a write-invalidate cache, so flushing it is |
111 | * US-III processors have a write-invalidate cache, so flushing it is |
112 | * not required. We only use the FLUSH instruction to flush the |
112 | * not required. We only use the FLUSH instruction to flush the |
113 | * pipeline. |
113 | * pipeline. |
114 | */ |
114 | */ |
115 | #ifdef US2 |
115 | #ifdef US |
116 | call icache_flush |
116 | call icache_flush |
117 | #endif |
117 | #endif |
118 | 118 | ||
119 | membar #StoreStore |
119 | membar #StoreStore |
120 | flush %i7 |
120 | flush %i7 |