search for: early_setup_arch

Displaying 1 result from an estimated 1 matches for "early_setup_arch".

2006 Sep 21
0
[PATCH] Move initialize_keytable declaration to keyhandler.h
...p 21 00:52:18 2006 -0400 @@ -38,7 +38,6 @@ int find_max_pfn (unsigned long, unsigne int find_max_pfn (unsigned long, unsigned long, void *); /* FIXME: which header these declarations should be there ? */ -extern void initialize_keytable(void); extern long is_platform_hp_ski(void); extern void early_setup_arch(char **); extern void late_setup_arch(char **); diff -r 010ae57673c7 -r 47e5627d8558 xen/arch/powerpc/setup.c --- a/xen/arch/powerpc/setup.c Wed Sep 20 21:47:29 2006 -0400 +++ b/xen/arch/powerpc/setup.c Thu Sep 21 00:52:18 2006 -0400 @@ -87,9 +87,6 @@ struct ns16550_defaults ns16550; extern cha...