Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 331487
b: refs/heads/master
c: a67e1ce
h: refs/heads/master
i:
  331485: 2ca6c49
  331483: 35b5b83
  331479: 7c17280
  331471: ead6460
  331455: d06bfff
v: v3
  • Loading branch information
Russell King committed Sep 2, 2012
1 parent 53882cb commit aff95ee
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 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: 195bbcac2e5c12f7fb99cdcc492c3000c5537f4a
refs/heads/master: a67e1ce145785d884b29b17e4d82a6ecd67bb97a
16 changes: 8 additions & 8 deletions trunk/arch/arm/include/asm/glue-cache.h
Original file line number Diff line number Diff line change
Expand Up @@ -110,19 +110,19 @@
#endif

#if defined(CONFIG_CPU_V6) || defined(CONFIG_CPU_V6K)
//# ifdef _CACHE
# ifdef _CACHE
# define MULTI_CACHE 1
//# else
//# define _CACHE v6
//# endif
# else
# define _CACHE v6
# endif
#endif

#if defined(CONFIG_CPU_V7)
//# ifdef _CACHE
# ifdef _CACHE
# define MULTI_CACHE 1
//# else
//# define _CACHE v7
//# endif
# else
# define _CACHE v7
# endif
#endif

#if !defined(_CACHE) && !defined(MULTI_CACHE)
Expand Down

0 comments on commit aff95ee

Please sign in to comment.