Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 166128
b: refs/heads/master
c: 910a17e
h: refs/heads/master
v: v3
  • Loading branch information
Kirill A. Shutemov authored and Russell King committed Sep 15, 2009
1 parent fb4db64 commit 5e031d9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 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: 59fcf48fdebe65e4774d2c7ec76b7845d281749a
refs/heads/master: 910a17e57ab6cd22b300bde4ce5f633f175c7ccd
2 changes: 1 addition & 1 deletion trunk/arch/arm/include/asm/cache.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#ifndef __ASMARM_CACHE_H
#define __ASMARM_CACHE_H

#define L1_CACHE_SHIFT 5
#define L1_CACHE_SHIFT CONFIG_ARM_L1_CACHE_SHIFT
#define L1_CACHE_BYTES (1 << L1_CACHE_SHIFT)

/*
Expand Down
5 changes: 5 additions & 0 deletions trunk/arch/arm/mm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -771,3 +771,8 @@ config CACHE_XSC3L2
select OUTER_CACHE
help
This option enables the L2 cache on XScale3.

config ARM_L1_CACHE_SHIFT
int
default 6 if ARCH_OMAP3
default 5

0 comments on commit 5e031d9

Please sign in to comment.