diff options
author | Michal Simek <monstr@monstr.eu> | 2010-01-12 14:51:04 +0100 |
---|---|---|
committer | Michal Simek <monstr@monstr.eu> | 2010-03-11 14:07:57 +0100 |
commit | 407c1da07d5afa001ed0fdb8f379c00bbd09990a (patch) | |
tree | 43421994f3e384d74b44bce71dd74af14102031f /arch/microblaze/kernel/setup.c | |
parent | 777537905744c28b02c283692e7f75f5445c1afa (diff) | |
download | linux-stable-407c1da07d5afa001ed0fdb8f379c00bbd09990a.tar.gz linux-stable-407c1da07d5afa001ed0fdb8f379c00bbd09990a.tar.bz2 linux-stable-407c1da07d5afa001ed0fdb8f379c00bbd09990a.zip |
microblaze: Move cache function to cache.c
It is better to have init cache handling on one place.
Signed-off-by: Michal Simek <monstr@monstr.eu>
Diffstat (limited to 'arch/microblaze/kernel/setup.c')
-rw-r--r-- | arch/microblaze/kernel/setup.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/microblaze/kernel/setup.c b/arch/microblaze/kernel/setup.c index cd68e988b48c..f974ec7aa357 100644 --- a/arch/microblaze/kernel/setup.c +++ b/arch/microblaze/kernel/setup.c @@ -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(); |