X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=drivers%2Fxen%2Fcore%2Freboot.c;fp=drivers%2Fxen%2Fcore%2Freboot.c;h=34c3930961aea72df93a8da4747ddfc1de61ae69;hb=16c70f8c1b54b61c3b951b6fb220df250fe09b32;hp=bcb2ea1dd810637e9d62f8457aa8f749b73e139e;hpb=4e76c8a9fa413ccc09d3f7f664183dcce3555d57;p=linux-2.6.git diff --git a/drivers/xen/core/reboot.c b/drivers/xen/core/reboot.c index bcb2ea1dd..34c393096 100644 --- a/drivers/xen/core/reboot.c +++ b/drivers/xen/core/reboot.c @@ -106,7 +106,8 @@ static void pre_suspend(void) clear_fixmap(FIX_SHARED_INFO); xen_start_info->store_mfn = mfn_to_pfn(xen_start_info->store_mfn); - xen_start_info->console_mfn = mfn_to_pfn(xen_start_info->console_mfn); + xen_start_info->console.domU.mfn = + mfn_to_pfn(xen_start_info->console.domU.mfn); } static void post_suspend(void)