Skip to content

Commit

Permalink
xen_setup_vcpu_info_placement() is not init on x86
Browse files Browse the repository at this point in the history
... so get xen-ops.h in agreement with xen/smp.c

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Al Viro authored and torvalds committed Nov 30, 2008
1 parent 23a14b9 commit 37af46e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/x86/xen/xen-ops.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ bool xen_vcpu_stolen(int vcpu);

void xen_mark_init_mm_pinned(void);

void __init xen_setup_vcpu_info_placement(void);
void xen_setup_vcpu_info_placement(void);

#ifdef CONFIG_SMP
void xen_smp_init(void);
Expand Down

0 comments on commit 37af46e

Please sign in to comment.