Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 287857
b: refs/heads/master
c: 1ae911c
h: refs/heads/master
i:
  287855: 58f97a1
v: v3
  • Loading branch information
Phil Edworthy authored and Paul Mundt committed Feb 24, 2012
1 parent b1854ce commit 6d4e1bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: befe0756d5fa5841f02e2029bbcc77225b9a13bb
refs/heads/master: 1ae911cba414f7e805b2cb3798fa402b36a21601
2 changes: 2 additions & 0 deletions trunk/arch/sh/mm/cache-sh2a.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
#define MAX_OCACHE_PAGES 32
#define MAX_ICACHE_PAGES 32

#ifdef CONFIG_CACHE_WRITEBACK
static void sh2a_flush_oc_line(unsigned long v, int way)
{
unsigned long addr = (v & 0x000007f0) | (way << 11);
Expand All @@ -34,6 +35,7 @@ static void sh2a_flush_oc_line(unsigned long v, int way)
__raw_writel(data, CACHE_OC_ADDRESS_ARRAY | addr);
}
}
#endif

static void sh2a_invalidate_line(unsigned long cache_addr, unsigned long v)
{
Expand Down

0 comments on commit 6d4e1bf

Please sign in to comment.