summaryrefslogtreecommitdiffstats
path: root/include/asm-arm/cache.h
blob: 48a8303511715866acb070d93737f2825a674caf (plain)
1
2
3
4
5
6
7
8
9
10
11
/*
 * include/asm-i386/cache.h
 */
#ifndef __ASMARM_CACHE_H
#define __ASMARM_CACHE_H

#define        L1_CACHE_BYTES  32
#define        L1_CACHE_ALIGN(x)       (((x)+(L1_CACHE_BYTES-1))&~(L1_CACHE_BYTES-1))
#define        SMP_CACHE_BYTES L1_CACHE_BYTES

#endif