arch/tile: export some additional module symbols

This adds a grab bag of symbols that have been missing for
various modules.

Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
This commit is contained in:
Chris Metcalf
2011-02-28 15:51:25 -05:00
parent 63b7ca6b04
commit 00dce03134
2 changed files with 8 additions and 0 deletions

View File

@@ -69,6 +69,7 @@
#ifndef __tilegx__
unsigned long VMALLOC_RESERVE = CONFIG_VMALLOC_RESERVE;
EXPORT_SYMBOL(VMALLOC_RESERVE);
#endif
DEFINE_PER_CPU(struct mmu_gather, mmu_gathers);