Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 235227
b: refs/heads/master
c: 535371c
h: refs/heads/master
i:
  235225: 741b035
  235223: 8a35d95
v: v3
  • Loading branch information
Colin Cross committed Feb 11, 2011
1 parent 832a09b commit a4a679e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: f2b6133ffc05cdfd12ac41cda5eb5d8e55990365
refs/heads/master: 535371c3fba22b414dbbe25b93fbddbd471c772a
4 changes: 2 additions & 2 deletions trunk/arch/arm/mach-tegra/common.c
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ void __init tegra_init_cache(void)
#ifdef CONFIG_CACHE_L2X0
void __iomem *p = IO_ADDRESS(TEGRA_ARM_PERIF_BASE) + 0x3000;

writel(0x331, p + L2X0_TAG_LATENCY_CTRL);
writel(0x441, p + L2X0_DATA_LATENCY_CTRL);
writel_relaxed(0x331, p + L2X0_TAG_LATENCY_CTRL);
writel_relaxed(0x441, p + L2X0_DATA_LATENCY_CTRL);

l2x0_init(p, 0x6C080001, 0x8200c3fe);
#endif
Expand Down

0 comments on commit a4a679e

Please sign in to comment.