4.104.114.84.95
Last change
on this file since 8358faa was
8358faa,
checked in by Joel Sherrill <joel.sherrill@…>, on 06/13/00 at 22:25:28
|
Prototypes for cache manager support functions now agree.
|
-
Property mode set to
100644
|
File size:
290 bytes
|
Rev | Line | |
---|
[cf1f72e] | 1 | /* |
---|
| 2 | * i386 Cache Manager Wrapper |
---|
| 3 | */ |
---|
| 4 | |
---|
| 5 | #ifndef __i386_CACHE_h |
---|
| 6 | #define __i386_CACHE_h |
---|
| 7 | |
---|
| 8 | #define I386_CACHE_ALIGNMENT 16 |
---|
| 9 | #define _CPU_DATA_CACHE_ALIGNMENT I386_CACHE_ALIGNMENT |
---|
| 10 | #define _CPU_INST_CACHE_ALIGNEMNT I386_CACHE_ALIGNMENT |
---|
| 11 | |
---|
[8358faa] | 12 | #include <libcpu/cache.h> |
---|
[cf1f72e] | 13 | |
---|
| 14 | #endif |
---|
| 15 | /* end of include file */ |
---|
| 16 | |
---|
Note: See
TracBrowser
for help on using the repository browser.