summaryrefslogtreecommitdiff
path: root/release/src/linux/linux/include/asm-sh/cache.h
blob: fa8623275ff4b014029bc2fffa27ab3057ad0dc2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* $Id: cache.h,v 1.1.1.4 2003/10/14 08:09:21 sparq Exp $
 *
 * include/asm-sh/cache.h
 *
 * Copyright 1999 (C) Niibe Yutaka
 */
#ifndef __ASM_SH_CACHE_H
#define __ASM_SH_CACHE_H

/* bytes per L1 cache line */
#if defined(__sh3__)
#define        L1_CACHE_BYTES  16
#elif defined(__SH4__)
#define        L1_CACHE_BYTES  32
#endif

#endif /* __ASM_SH_CACHE_H */