Skip to content

Commit 2b1f5c3

Browse files
committed
Merge branch 'for-linus' of git://git.monstr.eu/linux-2.6-microblaze
* 'for-linus' of git://git.monstr.eu/linux-2.6-microblaze: microblaze: Invalidate dcache before enabling it
2 parents 9d2bc1a + a601341 commit 2b1f5c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/microblaze/kernel/setup.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ void __init setup_arch(char **cmdline_p)
5454

5555
microblaze_cache_init();
5656

57+
invalidate_dcache();
5758
enable_dcache();
5859

5960
invalidate_icache();

0 commit comments

Comments
 (0)