commit | 4c7106c48a061e26f646391cfe8ba7cbd28516b6 | [log] [tgz] |
---|---|---|
author | David Daney <ddaney@caviumnetworks.com> | Thu Sep 23 11:23:29 2010 -0700 |
committer | Ralf Baechle <ralf@linux-mips.org> | Mon Oct 04 18:34:00 2010 +0100 |
tree | 0190e8446a20ed9eacec4966ab290705013ce56b | |
parent | 2ccc5b150fb771bcbbb27a19a00e176e10b7f11e [diff] |
MIPS: Don't place cu2 notifiers in __cpuinitdata The notifiers may be called at any time, so the notifier_block cannot be in init memory. Signed-off-by: David Daney <ddaney@caviumnetworks.com> To: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/1592/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>