556dcee7b8
Change all users of header files to correct path. Remove some unneeded headers for arch-v32. Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>
8 lines
180 B
C
8 lines
180 B
C
#ifndef _ASM_ARCH_CACHE_H
|
|
#define _ASM_ARCH_CACHE_H
|
|
|
|
/* Etrax 100LX have 32-byte cache-lines. */
|
|
#define L1_CACHE_BYTES 32
|
|
#define L1_CACHE_SHIFT 5
|
|
|
|
#endif /* _ASM_ARCH_CACHE_H */
|