# HG changeset patch # User cl349@firebug.cl.cam.ac.uk # Date 1125935172 0 # Node ID 3ba3e5fc2530c851cace7bfc22b31949cc9dce8b # Parent ff14bb5600c9c7b23b4aff1b277fc731f6c4a622 Fix typo. Signed-off-by: Christian Limpach diff -r ff14bb5600c9 -r 3ba3e5fc2530 linux-2.6-xen-sparse/arch/xen/kernel/reboot.c --- a/linux-2.6-xen-sparse/arch/xen/kernel/reboot.c Mon Sep 05 15:32:14 2005 +0000 +++ b/linux-2.6-xen-sparse/arch/xen/kernel/reboot.c Mon Sep 05 15:46:12 2005 +0000 @@ -177,8 +177,8 @@ static int __do_suspend(void *ignore) HYPERVISOR_shared_info = (shared_info_t *)empty_zero_page; 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->store_mfn = mfn_to_pfn(xen_start_info->store_mfn); + xen_start_info->console_mfn = mfn_to_pfn(xen_start_info->console_mfn); /* We'll stop somewhere inside this hypercall. When it returns, we'll start resuming after the restore. */