commit | 00dce03134689a257120ae2aa18ba7d1a736bef7 | [log] [tgz] |
---|---|---|
author | Chris Metcalf <cmetcalf@tilera.com> | Mon Feb 28 15:51:25 2011 -0500 |
committer | Chris Metcalf <cmetcalf@tilera.com> | Tue Mar 01 16:21:12 2011 -0500 |
tree | 34a677cb2caf400c22fba986cf53da2d05ad6f63 | |
parent | 63b7ca6b04427aea9075d6f5f5f15b82e115bce4 [diff] [blame] |
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>
diff --git a/arch/tile/mm/init.c b/arch/tile/mm/init.c index 2ef9ce5..f89ed5d 100644 --- a/arch/tile/mm/init.c +++ b/arch/tile/mm/init.c
@@ -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);