Skip to content
Snippets Groups Projects
user avatar
Shane McDonald authored
Commit 97ce2c88 (jump-label: initialize
jump-label subsystem much earlier) caused MIPS to break, so this was
resolved with commit 6650df3c (MIPS:
Move cache setup to setup_arch().).  Unfortunately, after this commit,
the coherency kernel parameters, cca and coherentio, are no longer
processed before their values are used.

This patch fixes this problem by marking them as early_param, which
results in them being processed before they are needed.

Signed-off-by: default avatarShane McDonald <mcdonald.shane@gmail.com>
Acked-by: default avatarDavid Daney <david.daney@cavium.com>
Cc: Ralf Baechle <ralf@linux-mips.org>
Patchwork: http://patchwork.linux-mips.org/patch/3961


Signed-off-by: default avatarJohn Crispin <blogic@openwrt.org>
b5b64f2b
History
Name Last commit Last update
..