microblaze: Define correct L1_CACHE_SHIFT value
[linux-2.6/libata-dev.git] / arch / microblaze / include / asm / cache.h
blob4efe96a036f74a7ce058f563d44c21f46c0cc374
1 /*
2 * Cache operations
4 * Copyright (C) 2007-2009 Michal Simek <monstr@monstr.eu>
5 * Copyright (C) 2007-2009 PetaLogix
6 * Copyright (C) 2003 John Williams <jwilliams@itee.uq.edu.au>
8 * This file is subject to the terms and conditions of the GNU General
9 * Public License. See the file COPYING in the main directory of this
10 * archive for more details.
13 #ifndef _ASM_MICROBLAZE_CACHE_H
14 #define _ASM_MICROBLAZE_CACHE_H
16 #include <asm/registers.h>
18 #define L1_CACHE_SHIFT 5
19 /* word-granular cache in microblaze */
20 #define L1_CACHE_BYTES (1 << L1_CACHE_SHIFT)
22 #define SMP_CACHE_BYTES L1_CACHE_BYTES
24 #endif /* _ASM_MICROBLAZE_CACHE_H */