Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 222925
b: refs/heads/master
c: 512b109
h: refs/heads/master
i:
  222923: a87c4d4
v: v3
  • Loading branch information
Stefano Stabellini committed Dec 2, 2010
1 parent 5c8544c commit 36632dc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9a069c33c53c2e72ec1b76106be73df044af0195
refs/heads/master: 512b109ec9620d037d6d2f6bd1bae9ce34dd6779
2 changes: 1 addition & 1 deletion trunk/arch/x86/xen/platform-pci-unplug.c
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ static int __init check_platform_magic(void)
return 0;
}

void __init xen_unplug_emulated_devices(void)
void xen_unplug_emulated_devices(void)
{
int r;

Expand Down
1 change: 1 addition & 0 deletions trunk/arch/x86/xen/suspend.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ void xen_hvm_post_suspend(int suspend_cancelled)
int cpu;
xen_hvm_init_shared_info();
xen_callback_vector();
xen_unplug_emulated_devices();
if (xen_feature(XENFEAT_hvm_safe_pvclock)) {
for_each_online_cpu(cpu) {
xen_setup_runstate_info(cpu);
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/x86/xen/xen-ops.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ void xen_vcpu_restore(void);

void xen_callback_vector(void);
void xen_hvm_init_shared_info(void);
void __init xen_unplug_emulated_devices(void);
void xen_unplug_emulated_devices(void);

void __init xen_build_dynamic_phys_to_machine(void);

Expand Down

0 comments on commit 36632dc

Please sign in to comment.