commit | 13c9d5a6309763a494f7c3ed5aa45fb473985fd7 | [log] [tgz] |
---|---|---|
author | Chris Metcalf <cmetcalf@tilera.com> | Thu Oct 14 15:12:55 2010 -0400 |
committer | Chris Metcalf <cmetcalf@tilera.com> | Thu Oct 14 15:12:55 2010 -0400 |
tree | dd1feef325e2ed2f16ea07156155c865996a5367 | |
parent | bbacff94d0c38163ef01361de006797c92e69e58 [diff] [blame] |
arch/tile: properly export __mb_incoherent for modules Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
diff --git a/arch/tile/lib/exports.c b/arch/tile/lib/exports.c index ce5dbf5..1509c55 100644 --- a/arch/tile/lib/exports.c +++ b/arch/tile/lib/exports.c
@@ -45,6 +45,9 @@ EXPORT_SYMBOL(__copy_in_user_inatomic); #endif +/* arch/tile/lib/mb_incoherent.S */ +EXPORT_SYMBOL(__mb_incoherent); + /* hypervisor glue */ #include <hv/hypervisor.h> EXPORT_SYMBOL(hv_dev_open);