aboutsummaryrefslogtreecommitdiff
path: root/include/asm-x86/setup.h
diff options
context:
space:
mode:
authorJeremy Fitzhardinge <jeremy@goop.org>2008-06-25 00:19:09 -0400
committerIngo Molnar <mingo@elte.hu>2008-07-08 13:10:58 +0200
commit102e3b8d3f3d5556c60f9ab6d92108649b68edc8 (patch)
tree58469848a0061ef869f1cf48e2fc1bb088d8204e /include/asm-x86/setup.h
parent330ddd20894f99a2b956ad59cf0cfdba188bde63 (diff)
x86, 64-bit: add prototype for x86_64_start_kernel()
Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com> Cc: xen-devel <xen-devel@lists.xensource.com> 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 'include/asm-x86/setup.h')
-rw-r--r--include/asm-x86/setup.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-x86/setup.h b/include/asm-x86/setup.h
index 269ba7fe21d..42bc62b4b70 100644
--- a/include/asm-x86/setup.h
+++ b/include/asm-x86/setup.h
@@ -56,6 +56,8 @@ extern void probe_roms(void);
extern unsigned long init_pg_tables_start;
extern unsigned long init_pg_tables_end;
+#else
+void __init x86_64_start_kernel(char *real_mode);
#endif /* __i386__ */
#endif /* _SETUP */
#endif /* __ASSEMBLY__ */