source: rtems/c/src/lib/libcpu/i386/cache_.h @ 7d52750

4.104.114.84.95
Last change on this file since 7d52750 was cf1f72e, checked in by Joel Sherrill <joel.sherrill@…>, on 06/13/00 at 21:53:38

Moved i386 and m68k cache management code to libcpu. Everything
now is an implementation of the prototypes in rtems/rtems/cache.h.
The libcpu/i386/wrapup directory is no longer needed.
The PowerPC needs this done to it.

  • Property mode set to 100644
File size: 291 bytes
RevLine 
[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
12#include <libcpu/cache_.h>
13
14#endif
15/* end of include file */
16
Note: See TracBrowser for help on using the repository browser.