Re: [PATCH 15/17] FRV: Export __rcuref_hash

From: Eric Dumazet
Date: Fri Jan 06 2006 - 11:58:20 EST


David Howells a écrit :
The attached patch exports __rcuref_hash which is required by some modules.

Signed-Off-By: David Howells <dhowells@xxxxxxxxxx>
---
warthog>diffstat -p1 rcu-export-2615.diff
kernel/rcupdate.c | 1 +
1 files changed, 1 insertion(+)

diff -uNrp /warthog/kernels/linux-2.6.15/kernel/rcupdate.c linux-2.6.15-frv/kernel/rcupdate.c
--- /warthog/kernels/linux-2.6.15/kernel/rcupdate.c 2006-01-04 12:39:43.000000000 +0000
+++ linux-2.6.15-frv/kernel/rcupdate.c 2006-01-06 14:43:43.000000000 +0000
@@ -564,3 +564,4 @@ EXPORT_SYMBOL(call_rcu); /* WARNING: GP
EXPORT_SYMBOL(call_rcu_bh); /* WARNING: GPL-only in April 2006. */
EXPORT_SYMBOL_GPL(synchronize_rcu);
EXPORT_SYMBOL(synchronize_kernel); /* WARNING: GPL-only in April 2006. */
+EXPORT_SYMBOL_GPL(__rcuref_hash);

NACK

This break all platforms were __HAVE_ARCH_CMPXCHG is defined, since they have no __rcuref_hash

Eric
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/