summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/i386/cache_.h
blob: 4b48b4c63d89c9ddc29d15b26387d66ddda4975b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 *  i386 Cache Manager Wrapper
 */

#ifndef __i386_CACHE_h
#define __i386_CACHE_h

#define I386_CACHE_ALIGNMENT 16
#define CPU_DATA_CACHE_ALIGNMENT I386_CACHE_ALIGNMENT
#define CPU_INSTRUCTION_CACHE_ALIGNEMNT I386_CACHE_ALIGNMENT

#include <libcpu/cache.h>

#endif
/* end of include file */