From: David Daney Date: Thu, 23 Sep 2010 18:23:29 +0000 (-0700) Subject: MIPS: Don't place cu2 notifiers in __cpuinitdata X-Git-Tag: v2.6.36-rc7~1^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c7106c48a061e26f646391cfe8ba7cbd28516b6;p=pandora-kernel.git 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 To: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/1592/ Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed