cacheflush.h (9a38e989b8ce04923f919fc2a8a24eb07fb484e2) cacheflush.h (28853ac8fe5221de74a14f1182d7b2b383dfd85c)
1/*
2 * arch/arm/include/asm/cacheflush.h
3 *
4 * Copyright (C) 1999-2002 Russell King
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License version 2 as
8 * published by the Free Software Foundation.

--- 32 unchanged lines hidden (view full) ---

41# endif
42#endif
43
44#if defined(CONFIG_CPU_ARM920T) || defined(CONFIG_CPU_ARM922T) || \
45 defined(CONFIG_CPU_ARM925T) || defined(CONFIG_CPU_ARM1020)
46# define MULTI_CACHE 1
47#endif
48
1/*
2 * arch/arm/include/asm/cacheflush.h
3 *
4 * Copyright (C) 1999-2002 Russell King
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License version 2 as
8 * published by the Free Software Foundation.

--- 32 unchanged lines hidden (view full) ---

41# endif
42#endif
43
44#if defined(CONFIG_CPU_ARM920T) || defined(CONFIG_CPU_ARM922T) || \
45 defined(CONFIG_CPU_ARM925T) || defined(CONFIG_CPU_ARM1020)
46# define MULTI_CACHE 1
47#endif
48
49#if defined(CONFIG_CPU_FA526)
50# ifdef _CACHE
51# define MULTI_CACHE 1
52# else
53# define _CACHE fa
54# endif
55#endif
56
49#if defined(CONFIG_CPU_ARM926T)
50# ifdef _CACHE
51# define MULTI_CACHE 1
52# else
53# define _CACHE arm926
54# endif
55#endif
56

--- 32 unchanged lines hidden (view full) ---

89#if defined(CONFIG_CPU_XSC3)
90# ifdef _CACHE
91# define MULTI_CACHE 1
92# else
93# define _CACHE xsc3
94# endif
95#endif
96
57#if defined(CONFIG_CPU_ARM926T)
58# ifdef _CACHE
59# define MULTI_CACHE 1
60# else
61# define _CACHE arm926
62# endif
63#endif
64

--- 32 unchanged lines hidden (view full) ---

97#if defined(CONFIG_CPU_XSC3)
98# ifdef _CACHE
99# define MULTI_CACHE 1
100# else
101# define _CACHE xsc3
102# endif
103#endif
104
97#if defined(CONFIG_CPU_MOHAWK)
98# ifdef _CACHE
99# define MULTI_CACHE 1
100# else
101# define _CACHE mohawk
102# endif
103#endif
104
105#if defined(CONFIG_CPU_FEROCEON)
106# define MULTI_CACHE 1
107#endif
108
109#if defined(CONFIG_CPU_V6)
110//# ifdef _CACHE
111# define MULTI_CACHE 1
112//# else

--- 358 unchanged lines hidden ---
105#if defined(CONFIG_CPU_FEROCEON)
106# define MULTI_CACHE 1
107#endif
108
109#if defined(CONFIG_CPU_V6)
110//# ifdef _CACHE
111# define MULTI_CACHE 1
112//# else

--- 358 unchanged lines hidden ---