]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: Move cache setup to setup_arch().
authorDavid Daney <david.daney@cavium.com>
Tue, 15 May 2012 07:04:50 +0000 (00:04 -0700)
committerRalf Baechle <ralf@linux-mips.org>
Wed, 16 May 2012 21:34:34 +0000 (23:34 +0200)
commitac1a83c0436fcb75677ea379db4d6d80f8fd2139
treee63f022dbb69c5920fd734aecb44cf8c7a225b51
parentbc4e12b179327c6d89d06a0fe92a431a0a3f20ff
MIPS: Move cache setup to setup_arch().

commit f50b78e176a0735e447a8e7ed279809ea063ac9a (jump-label: initialize
jump-label subsystem much earlier) breaks MIPS.  The jump_label_init()
call was moved before trap_init() which is where we initialize
flush_icache_range().

In order to be good citizens, we move cache initialization earlier so
that we don't jump through a null flush_icache_range function pointer
when doing the jump label initialization.

Signed-off-by: David Daney <david.daney@cavium.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/3822/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/include/asm/setup.h
arch/mips/kernel/setup.c
arch/mips/kernel/smp.c
arch/mips/kernel/traps.c