From fe16e64d09c6bffe545aa36d538db972d53f0a81 Mon Sep 17 00:00:00 2001 From: green Date: Mon, 16 Aug 2004 18:25:55 +0000 Subject: [PATCH] b=3966 Whoops, add the patch --- lustre/kernel_patches/patches/export_num_siblings.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 lustre/kernel_patches/patches/export_num_siblings.patch diff --git a/lustre/kernel_patches/patches/export_num_siblings.patch b/lustre/kernel_patches/patches/export_num_siblings.patch new file mode 100644 index 0000000..0fdefb5 --- /dev/null +++ b/lustre/kernel_patches/patches/export_num_siblings.patch @@ -0,0 +1,10 @@ +--- linux/arch/i386/kernel/i386_ksyms.c.orig 2003-11-28 11:26:19.000000000 -0700 ++++ linux/arch/i386/kernel/i386_ksyms.c 2004-08-13 11:31:33.000000000 -0600 +@@ -131,6 +131,7 @@ + EXPORT_SYMBOL(cpu_data); + EXPORT_SYMBOL(kernel_flag_cacheline); + EXPORT_SYMBOL(smp_num_cpus); ++EXPORT_SYMBOL(smp_num_siblings); + EXPORT_SYMBOL(cpu_online_map); + EXPORT_SYMBOL_NOVERS(__write_lock_failed); + EXPORT_SYMBOL_NOVERS(__read_lock_failed); -- 1.8.3.1