From: Jeremy Fitzhardinge Date: Mon, 17 Mar 2008 23:36:53 +0000 (-0700) Subject: xen: fix UP setup of shared_info X-Git-Tag: v2.6.25-rc8~73^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e8fe719b57bbdc9e313daed1204bb55fed3ed44;p=pandora-kernel.git xen: fix UP setup of shared_info We need to set up the shared_info pointer once we've mapped the real shared_info into its fixmap slot. That needs to happen once the general pagetable setup has been done. Previously, the UP shared_info was set up one in xen_start_kernel, but that was left pointing to the dummy shared info. Unfortunately there's no really good place to do a later setup of the shared_info in UP, so just do it once the pagetable setup has been done. [ Stable: needed in 2.6.24.x ] Signed-off-by: Jeremy Fitzhardinge Cc: Stable Kernel Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed