debuggers.hg
changeset 6662:3ba3e5fc2530
Fix typo.
Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
author | cl349@firebug.cl.cam.ac.uk |
---|---|
date | Mon Sep 05 15:46:12 2005 +0000 (2005-09-05) |
parents | ff14bb5600c9 |
children | 2a1b32bb4df4 |
files | linux-2.6-xen-sparse/arch/xen/kernel/reboot.c |
line diff
1.1 --- a/linux-2.6-xen-sparse/arch/xen/kernel/reboot.c Mon Sep 05 15:32:14 2005 +0000 1.2 +++ b/linux-2.6-xen-sparse/arch/xen/kernel/reboot.c Mon Sep 05 15:46:12 2005 +0000 1.3 @@ -177,8 +177,8 @@ static int __do_suspend(void *ignore) 1.4 HYPERVISOR_shared_info = (shared_info_t *)empty_zero_page; 1.5 clear_fixmap(FIX_SHARED_INFO); 1.6 1.7 - xen_start_info.store_mfn = mfn_to_pfn(xen_start_info.store_mfn); 1.8 - xen_start_info.console_mfn = mfn_to_pfn(xen_start_info.console_mfn); 1.9 + xen_start_info->store_mfn = mfn_to_pfn(xen_start_info->store_mfn); 1.10 + xen_start_info->console_mfn = mfn_to_pfn(xen_start_info->console_mfn); 1.11 1.12 /* We'll stop somewhere inside this hypercall. When it returns, 1.13 we'll start resuming after the restore. */