Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 188365
b: refs/heads/master
c: 407c1da
h: refs/heads/master
i:
  188363: 170b3c2
v: v3
  • Loading branch information
Michal Simek committed Mar 11, 2010
1 parent a85a449 commit 9fa8b33
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 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: 777537905744c28b02c283692e7f75f5445c1afa
refs/heads/master: 407c1da07d5afa001ed0fdb8f379c00bbd09990a
5 changes: 5 additions & 0 deletions trunk/arch/microblaze/kernel/cpu/cache.c
Original file line number Diff line number Diff line change
Expand Up @@ -532,4 +532,9 @@ void microblaze_cache_init(void)
}
}
}
invalidate_dcache();
enable_dcache();

invalidate_icache();
enable_icache();
}
6 changes: 0 additions & 6 deletions trunk/arch/microblaze/kernel/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,6 @@ void __init setup_arch(char **cmdline_p)

microblaze_cache_init();

invalidate_dcache();
enable_dcache();

invalidate_icache();
enable_icache();

setup_memory();

xilinx_pci_init();
Expand Down

0 comments on commit 9fa8b33

Please sign in to comment.