Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 85945
b: refs/heads/master
c: 9f8fcf3
h: refs/heads/master
i:
  85943: c68a2d6
v: v3
  • Loading branch information
Chris Zankel committed Feb 14, 2008
1 parent eabb40a commit 8b04403
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: 679262578ba975037901556b2ddc6b17a77cf671
refs/heads/master: 9f8fcf38e8928cccf8c7b32668d146e457f2ccf2
2 changes: 2 additions & 0 deletions trunk/include/asm-xtensa/cacheflush.h
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ extern void __flush_invalidate_dcache_page_alias(unsigned long, unsigned long);
#endif
#if (ICACHE_WAY_SIZE > PAGE_SIZE)
extern void __invalidate_icache_page_alias(unsigned long, unsigned long);
#else
# define __invalidate_icache_page_alias(v,p) do { } while(0)
#endif

/*
Expand Down

0 comments on commit 8b04403

Please sign in to comment.