]> git.baikalelectronics.ru Git - kernel.git/commit
x86: fix VMI for early params
authorAlok Kataria <akataria@vmware.com>
Thu, 21 Aug 2008 18:32:26 +0000 (11:32 -0700)
committerIngo Molnar <mingo@elte.hu>
Fri, 22 Aug 2008 06:01:54 +0000 (08:01 +0200)
commitd66beba2f67074e6d1b7a42e29fed97c1dd3cbe1
tree3aace40b4beb788dfc44234f7a834e48090a1c16
parent491d55016b7d73f23228ffe4a1895e5ea930d68e
x86: fix VMI for early params

while fixing a different bug i moved the call to vmi_init before
early params could be parsed.

This broke the vmi specific commandline parameters.
Fix that, by moving vmi initialization after kernel has got a chance to
parse early parameters.

Signed-off-by: Alok N Kataria <akataria@vmware.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/setup.c