]> git.baikalelectronics.ru Git - kernel.git/commit
[MIPS] VPE loader: Initialize lists before they're actually being used ...
authorRalf Baechle <ralf@linux-mips.org>
Wed, 24 Jan 2007 19:13:08 +0000 (19:13 +0000)
committerRalf Baechle <ralf@linux-mips.org>
Wed, 24 Jan 2007 19:23:22 +0000 (19:23 +0000)
commit4be4e1d8f5a03cff85334fffca87143fddd4b20f
treed457763660f3a0d54df9eb72bf2c2a2e105c26e8
parent12320bfe7418193036788e327cf97c2312552327
[MIPS] VPE loader: Initialize lists before they're actually being used ...

kspd which due to makefile order happens to be initialized before the
vpe loader causes references to vpecontrol lists before they're actually
been initialized.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/kernel/vpe.c