Changeset db047f1 in rtems
- Timestamp:
- 04/19/99 14:41:23 (24 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 7a74b99
- Parents:
- ecb2755
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libcpu/i386/cpu.h
recb2755 rdb047f1 488 488 static inline void flush_cache() 489 489 { 490 asm volatile ("wbinvd"); 490 /* Would this be better as a macro? */ 491 asm ("wbinvd"); /* gcc did not like a volatile being on this */ 491 492 } 492 493
Note: See TracChangeset
for help on using the changeset viewer.