git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9482ac6
)
x86: fix VMI for early params
author
Alok Kataria
<akataria@vmware.com>
Thu, 21 Aug 2008 18:32:26 +0000
(11:32 -0700)
committer
Ingo Molnar
<mingo@elte.hu>
Fri, 22 Aug 2008 06:01:54 +0000
(08:01 +0200)
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>
No differences found