projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
330ddd2
)
x86, 64-bit: add prototype for x86_64_start_kernel()
author
Jeremy Fitzhardinge
<
[email protected]
>
Wed, 25 Jun 2008 04:19:09 +0000
(
00:19
-0400)
committer
Ingo Molnar
<
[email protected]
>
Tue, 8 Jul 2008 11:10:58 +0000
(13:10 +0200)
Signed-off-by: Jeremy Fitzhardinge <
[email protected]
>
Cc: xen-devel <
[email protected]
>
Cc: Stephen Tweedie <
[email protected]
>
Cc: Eduardo Habkost <
[email protected]
>
Cc: Mark McLoughlin <
[email protected]
>
Signed-off-by: Ingo Molnar <
[email protected]
>
include/asm-x86/setup.h
patch
|
blob
|
history
diff --git
a/include/asm-x86/setup.h
b/include/asm-x86/setup.h
index 269ba7fe21d1134ab47985d6ad882780adfe6592..42bc62b4b70ceb831be1976f3aaf58596589e267 100644
(file)
--- 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__ */