blob: de4a7a87c6c8ff0fa9cfed9744d30dd484d7f757 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
/*
* include/asm-i386/cache.h
*/
#ifndef __ARCH_I386_CACHE_H
#define __ARCH_I386_CACHE_H
#include <linux/config.h>
/* bytes per L1 cache line */
#define L1_CACHE_BYTES CONFIG_X86_L1_CACHE_BYTES
#endif
|