]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
powerpc/ps3: Fix SMP lockdep boot warning
authorGeoff Levand <geoff@infradead.org>
Tue, 8 Nov 2011 12:38:21 +0000 (12:38 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Wed, 16 Nov 2011 03:47:54 +0000 (14:47 +1100)
commit7eaf09eefe5b98a530bc5f7b317b9aba1628cf61
tree2f097330e861d36d5dad268844bff184a31d76fe
parent72f3bea075287785ed32b777b6dd2636aa7002e8
powerpc/ps3: Fix SMP lockdep boot warning

Move the PS3 IPI message setup from ps3_smp_setup_cpu() to ps3_smp_probe().

Fixes startup warnings like these:

  ------------[ cut here ]------------
  WARNING: at kernel/lockdep.c:2649
  Modules linked in:
  ...
  ---[ end trace 31fd0ba7d8756001 ]---

Signed-off-by: Geoff Levand <geoff@infradead.org>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/platforms/ps3/smp.c