source: rtems/c/src/lib/libcpu/i386/cache_.h @ 948a069

Last change on this file since 948a069 was 5e77d129, checked in by Joel Sherrill <joel.sherrill@…>, on 06/14/00 at 20:32:44

Patch from John Cotton <john.cotton@…> to correct cache
routine naming to follow RTEMS package/object.method rule.
This patch also eliminated calls to the obsolete routine
m68k_enable_caching.

  • Property mode set to 100644
File size: 295 bytes
Line 
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_INSTRUCTION_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.