[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)
commit9cfdf6f15a2a462b6b328b4c60b252cfc04ec03e
treed457763660f3a0d54df9eb72bf2c2a2e105c26e8
parent80aac59ed5b3e5ae2132bc620ff5607929c6a304
[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