search for: global_cpu_table

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

2006 Sep 21
0
[PATCH] Move initialize_keytable declaration to keyhandler.h
.../xen/arch/powerpc/setup.c Thu Sep 21 00:52:18 2006 -0400 @@ -87,9 +87,6 @@ struct ns16550_defaults ns16550; extern char __per_cpu_start[], __per_cpu_data_end[], __per_cpu_end[]; -/* move us to a header file */ -extern void initialize_keytable(void); - volatile struct processor_area * volatile global_cpu_table[NR_CPUS]; int is_kernel_text(unsigned long addr) diff -r 010ae57673c7 -r 47e5627d8558 xen/arch/x86/setup.c --- a/xen/arch/x86/setup.c Wed Sep 20 21:47:29 2006 -0400 +++ b/xen/arch/x86/setup.c Thu Sep 21 00:52:18 2006 -0400 @@ -1,4 +1,3 @@ - #include <xen/config.h> #include <xen/init.h...