- Stephen Rothwell: APM updates
[davej-history.git] / include / asm-mips64 / cache.h
blobc05688a723de8a901a0f2a04614ad2730915d5d9
1 /* $Id: cache.h,v 1.3 2000/02/04 07:40:53 ralf Exp $
3 * This file is subject to the terms and conditions of the GNU General Public
4 * License. See the file "COPYING" in the main directory of this archive
5 * for more details.
7 * Copyright (C) 1997, 1998, 1999 Ralf Baechle
8 * Copyright (C) 1999 Silicon Graphics, Inc.
9 */
10 #ifndef _ASM_CACHE_H
11 #define _ASM_CACHE_H
13 /* bytes per L1 cache line */
14 #define L1_CACHE_BYTES 32 /* A guess */
15 #define SMP_CACHE_BYTES L1_CACHE_BYTES
17 #endif /* _ASM_CACHE_H */