diff options
| author | Chris Metcalf <cmetcalf@tilera.com> | 2010-10-14 15:12:55 -0400 |
|---|---|---|
| committer | Chris Metcalf <cmetcalf@tilera.com> | 2010-10-14 15:12:55 -0400 |
| commit | 13c9d5a6309763a494f7c3ed5aa45fb473985fd7 (patch) | |
| tree | dd1feef325e2ed2f16ea07156155c865996a5367 /arch/tile/lib | |
| parent | bbacff94d0c38163ef01361de006797c92e69e58 (diff) | |
arch/tile: properly export __mb_incoherent for modules
Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
Diffstat (limited to 'arch/tile/lib')
| -rw-r--r-- | arch/tile/lib/exports.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/tile/lib/exports.c b/arch/tile/lib/exports.c index ce5dbf56578..1509c559765 100644 --- a/arch/tile/lib/exports.c +++ b/arch/tile/lib/exports.c | |||
| @@ -45,6 +45,9 @@ EXPORT_SYMBOL(__copy_from_user_zeroing); | |||
| 45 | EXPORT_SYMBOL(__copy_in_user_inatomic); | 45 | EXPORT_SYMBOL(__copy_in_user_inatomic); |
| 46 | #endif | 46 | #endif |
| 47 | 47 | ||
| 48 | /* arch/tile/lib/mb_incoherent.S */ | ||
| 49 | EXPORT_SYMBOL(__mb_incoherent); | ||
| 50 | |||
| 48 | /* hypervisor glue */ | 51 | /* hypervisor glue */ |
| 49 | #include <hv/hypervisor.h> | 52 | #include <hv/hypervisor.h> |
| 50 | EXPORT_SYMBOL(hv_dev_open); | 53 | EXPORT_SYMBOL(hv_dev_open); |
