diff options
author | Jeremy Fitzhardinge <jeremy@goop.org> | 2008-07-08 18:06:43 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-07-16 04:58:27 -0400 |
commit | c7b75947f89d45493562ede6d9ee7311dfa5c4ce (patch) | |
tree | 954e5c75d950c2b98cfb7b4040acf370ebbcc8ad /arch/x86/xen/xen-ops.h | |
parent | 5b09b2876ed1a8e34a0da8f069575fc6174e2077 (diff) |
xen64: smp.c compile hacking
A number of random changes to make xen/smp.c compile in 64-bit mode.
Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>a
Cc: Stephen Tweedie <sct@redhat.com>
Cc: Eduardo Habkost <ehabkost@redhat.com>
Cc: Mark McLoughlin <markmc@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/xen/xen-ops.h')
-rw-r--r-- | arch/x86/xen/xen-ops.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/xen/xen-ops.h b/arch/x86/xen/xen-ops.h index 81a779fc9b26..aca4a7803e2c 100644 --- a/arch/x86/xen/xen-ops.h +++ b/arch/x86/xen/xen-ops.h | |||
@@ -44,8 +44,6 @@ bool xen_vcpu_stolen(int vcpu); | |||
44 | 44 | ||
45 | void xen_mark_init_mm_pinned(void); | 45 | void xen_mark_init_mm_pinned(void); |
46 | 46 | ||
47 | void __init xen_fill_possible_map(void); | ||
48 | |||
49 | void __init xen_setup_vcpu_info_placement(void); | 47 | void __init xen_setup_vcpu_info_placement(void); |
50 | 48 | ||
51 | #ifdef CONFIG_SMP | 49 | #ifdef CONFIG_SMP |