Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1614592 > unrolled thread
| Started by | Guenter Roeck <linux@roeck-us.net> |
|---|---|
| First post | 2017-04-01 22:50 +0200 |
| Last post | 2017-04-06 21:10 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH] sparc32: Export vac_cache_size to fix build error Guenter Roeck <linux@roeck-us.net> - 2017-04-01 22:50 +0200
Re: [PATCH] sparc32: Export vac_cache_size to fix build error David Miller <davem@davemloft.net> - 2017-04-06 21:10 +0200
| From | Guenter Roeck <linux@roeck-us.net> |
|---|---|
| Date | 2017-04-01 22:50 +0200 |
| Subject | [PATCH] sparc32: Export vac_cache_size to fix build error |
| Message-ID | <try89-7Ej-1@gated-at.bofh.it> |
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>
---
arch/sparc/mm/srmmu.c | 1 +
1 file changed, 1 insertion(+)
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;
--
2.7.4
[toc] | [next] | [standalone]
| From | David Miller <davem@davemloft.net> |
|---|---|
| Date | 2017-04-06 21:10 +0200 |
| Message-ID | <ttkX8-4XH-19@gated-at.bofh.it> |
| In reply to | #1614592 |
From: Guenter Roeck <linux@roeck-us.net>
Date: Sat, 1 Apr 2017 13:47:44 -0700
> 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>
Applied.
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web