commit | 3a6ddd5f18405ca92e004416af8ed44b9c9783d7 | [log] [tgz] |
---|---|---|
author | Alok Kataria <akataria@vmware.com> | Thu Aug 21 11:32:26 2008 -0700 |
committer | Ingo Molnar <mingo@elte.hu> | Fri Aug 22 08:01:54 2008 +0200 |
tree | 3aace40b4beb788dfc44234f7a834e48090a1c16 | |
parent | 9482ac6e34dd1890a9a956d460a135bf992cb54a [diff] |
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>