From: Zachary Amsden Date: Sat, 13 Dec 2008 20:36:58 +0000 (-0800) Subject: x86 Fix VMI crash on boot in 2.6.28-rc8 X-Git-Tag: v2.6.28-rc9~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae8d04e2ecbb233926860e9ce145eac19c7835dc;p=pandora-kernel.git x86 Fix VMI crash on boot in 2.6.28-rc8 VMI initialiation can relocate the fixmap, causing early_ioremap to malfunction if it is initialized before the relocation. To fix this, VMI activation is split into two phases; the detection, which must happen before setting up ioremap, and the activation, which must happen after parsing early boot parameters. This fixes a crash on boot when VMI is enabled under VMware. Signed-off-by: Zachary Amsden Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed