Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 81801
b: refs/heads/master
c: b7dcf7f
h: refs/heads/master
i:
  81799: b04a190
v: v3
  • Loading branch information
Greg Ungerer authored and Linus Torvalds committed Feb 1, 2008
1 parent b866645 commit 01e41a4
Show file tree
Hide file tree
Showing 3 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: 9f69ba86d66297189916ceae401fe0944a207714
refs/heads/master: b7dcf7fe7c3060db38fc625efffad5965a5c6d8a
2 changes: 1 addition & 1 deletion trunk/include/asm-m68knommu/cacheflush.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ static inline void __flush_cache_all(void)
#endif /* CONFIG_M5407 */
#if defined(CONFIG_M527x) || defined(CONFIG_M528x)
__asm__ __volatile__ (
"movel #0x81400100, %%d0\n\t"
"movel #0x81000200, %%d0\n\t"
"movec %%d0, %%CACR\n\t"
"nop\n\t"
: : : "d0" );
Expand Down
2 changes: 1 addition & 1 deletion trunk/include/asm-m68knommu/mcfcache.h
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
nop
movel #0x0000c020, %d0 /* Set SDRAM cached only */
movec %d0, %ACR0
movel #0xff00c000, %d0 /* Cache Flash also */
movel #0x00000000, %d0 /* No other regions cached */
movec %d0, %ACR1
movel #0x80000200, %d0 /* Setup cache mask */
movec %d0, %CACR /* Enable cache */
Expand Down

0 comments on commit 01e41a4

Please sign in to comment.