diff options
author | Guenter Roeck <linux@roeck-us.net> | 2017-04-01 13:47:44 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-04-06 12:03:30 -0700 |
commit | 9d262d95114cf2e2ac5e0ff358347fa2e214eda5 (patch) | |
tree | e1f66121942d99a8baf3548763060f727a5688fc | |
parent | 76811263b3fa6347699a446cddeb63badf3e6095 (diff) | |
download | linux-exynos-9d262d95114cf2e2ac5e0ff358347fa2e214eda5.tar.gz linux-exynos-9d262d95114cf2e2ac5e0ff358347fa2e214eda5.tar.bz2 linux-exynos-9d262d95114cf2e2ac5e0ff358347fa2e214eda5.zip |
sparc32: Export vac_cache_size to fix build error
sparc32:allmodconfig fails to build with the following error.
ERROR: "vac_cache_size" [drivers/infiniband/sw/rxe/rdma_rxe.ko] undefined!
Fixes: cb8864559631 ("infiniband: Fix alignment of mmap cookies ...")
Cc: Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
Cc: Doug Ledford <dledford@redhat.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | arch/sparc/mm/srmmu.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sparc/mm/srmmu.c b/arch/sparc/mm/srmmu.c index def82f6d626f..8e76ebba2986 100644 --- a/arch/sparc/mm/srmmu.c +++ b/arch/sparc/mm/srmmu.c @@ -54,6 +54,7 @@ enum mbus_module srmmu_modtype; static unsigned int hwbug_bitmask; int vac_cache_size; +EXPORT_SYMBOL(vac_cache_size); int vac_line_size; extern struct resource sparc_iomap; |