summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/i386/cache_.h
blob: 2450e5e4bec2e0d1f4883b32f2d19c76fa0c3252 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 *  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 */