search for: mca_bus

Displaying 2 results from an estimated 2 matches for "mca_bus".

Did you mean: maxbus
2008 Mar 05
0
[PATCH] linux/x86-64: remove stale MCA_bus definition
...nd tested on 2.6.25-rc3 and made apply to the 2.6.18 tree without further testing. Signed-off-by: Jan Beulich <jbeulich@novell.com> --- a/include/asm-x86_64/mach-xen/asm/processor.h +++ b/include/asm-x86_64/mach-xen/asm/processor.h @@ -167,12 +167,6 @@ } -/* - * Bus types - */ -#define MCA_bus 0 -#define MCA_bus__is_a_macro - /* * User space process size. 47bits minus one guard page. */ _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2005 Jan 07
0
[PATCH] linux-2.6.10-bk9
...riel@redhat.com> --- linux-2.6.10/arch/xen/i386/kernel/i386_ksyms.c.bk7 2005-01-06 17:30:48.000000000 -0500 +++ linux-2.6.10/arch/xen/i386/kernel/i386_ksyms.c 2005-01-06 20:54:39.000000000 -0500 @@ -61,7 +61,6 @@ /* platform dependent support */ EXPORT_SYMBOL(boot_cpu_data); -EXPORT_SYMBOL(MCA_bus); #ifdef CONFIG_DISCONTIGMEM EXPORT_SYMBOL(node_data); EXPORT_SYMBOL(physnode_map); --- linux-2.6.10/kernel/sysctl.c.bk7 2005-01-06 20:58:23.000000000 -0500 +++ linux-2.6.10/kernel/sysctl.c 2005-01-06 21:28:43.000000000 -0500 @@ -681,7 +681,7 @@ .proc_handler = &proc_unknown_nmi_pan...