Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 279710
b: refs/heads/master
c: ec84118
h: refs/heads/master
v: v3
  • Loading branch information
Greg Ungerer committed Dec 24, 2011
1 parent a731caa commit e29429e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 84f3fb7a2aadeda3c0a34e61591a8eccf5e367b4
refs/heads/master: ec84118795fa687192de04e0dcb63178e4bf63e5
6 changes: 3 additions & 3 deletions trunk/arch/m68k/platform/coldfire/head.S
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,9 @@ __HEAD
_start:
nop /* filler */
movew #0x2700, %sr /* no interrupts */
movel #CACHE_INIT,%d0 /* disable cache */
movec %d0,%CACR
nop
#if defined(CONFIG_UBOOT)
movel %sp,_init_sp /* save initial stack pointer */
#endif
Expand Down Expand Up @@ -176,9 +179,6 @@ _start:
* it is very similar. Define the exact settings in the headers
* then the code here is the same for all.
*/
movel #CACHE_INIT,%d0 /* invalidate whole cache */
movec %d0,%CACR
nop
movel #ACR0_MODE,%d0 /* set RAM region for caching */
movec %d0,%ACR0
movel #ACR1_MODE,%d0 /* anything else to cache? */
Expand Down

0 comments on commit e29429e

Please sign in to comment.