mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2026-08-24 07:35:46 +02:00
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>
9 lines
180 B
C
9 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 */
|