Back to home page

OSCL-LXR

 
 

    


0001 /*
0002  * This file is subject to the terms and conditions of the GNU General Public
0003  * License.  See the file "COPYING" in the main directory of this archive
0004  * for more details.
0005  *
0006  * Copyright (C) 1997, 98, 99, 2000, 2003 Ralf Baechle
0007  * Copyright (C) 1999 Silicon Graphics, Inc.
0008  */
0009 #ifndef _ASM_CACHE_H
0010 #define _ASM_CACHE_H
0011 
0012 #include <kmalloc.h>
0013 
0014 #define L1_CACHE_SHIFT      CONFIG_MIPS_L1_CACHE_SHIFT
0015 #define L1_CACHE_BYTES      (1 << L1_CACHE_SHIFT)
0016 
0017 #define __read_mostly __section(".data..read_mostly")
0018 
0019 #endif /* _ASM_CACHE_H */