Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 36685
b: refs/heads/master
c: 6cc7cbe
h: refs/heads/master
i:
  36683: 0dd78cd
v: v3
  • Loading branch information
Russell King authored and Russell King committed Sep 27, 2006
1 parent df24acb commit bb40922
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6b237a355afd342509f1471e0c338637bcd958bc
refs/heads/master: 6cc7cbef948ea2660cc40d7aab090a479f7db6a2
8 changes: 3 additions & 5 deletions trunk/include/asm-arm/cacheflush.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,15 @@
#undef _CACHE
#undef MULTI_CACHE

#if defined(CONFIG_CPU_ARM610) || defined(CONFIG_CPU_ARM710) || \
defined(CONFIG_CPU_ARM740T)
#if defined(CONFIG_CPU_CACHE_V3)
# ifdef _CACHE
# define MULTI_CACHE 1
# else
# define _CACHE v3
# endif
#endif

#if defined(CONFIG_CPU_ARM720T) || defined(CONFIG_CPU_ARM7TDMI) || \
defined(CONFIG_CPU_ARM9TDMI)
#if defined(CONFIG_CPU_CACHE_V4)
# ifdef _CACHE
# define MULTI_CACHE 1
# else
Expand Down Expand Up @@ -72,7 +70,7 @@
# endif
#endif

#if defined(CONFIG_CPU_SA110) || defined(CONFIG_CPU_SA1100)
#if defined(CONFIG_CPU_CACHE_V4WB)
# ifdef _CACHE
# define MULTI_CACHE 1
# else
Expand Down

0 comments on commit bb40922

Please sign in to comment.