All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] sparc32: Export vac_cache_size to fix build error
@ 2017-04-01 20:47 ` Guenter Roeck
  0 siblings, 0 replies; 4+ messages in thread
From: Guenter Roeck @ 2017-04-01 20:47 UTC (permalink / raw)
  To: David S . Miller
  Cc: sparclinux, linux-kernel, Guenter Roeck, Jason Gunthorpe, Doug Ledford

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

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH] sparc32: Export vac_cache_size to fix build error
@ 2017-04-01 20:47 ` Guenter Roeck
  0 siblings, 0 replies; 4+ messages in thread
From: Guenter Roeck @ 2017-04-01 20:47 UTC (permalink / raw)
  To: David S . Miller
  Cc: sparclinux, linux-kernel, Guenter Roeck, Jason Gunthorpe, Doug Ledford

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


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] sparc32: Export vac_cache_size to fix build error
  2017-04-01 20:47 ` Guenter Roeck
@ 2017-04-06 19:07   ` David Miller
  -1 siblings, 0 replies; 4+ messages in thread
From: David Miller @ 2017-04-06 19:07 UTC (permalink / raw)
  To: linux; +Cc: sparclinux, linux-kernel, jgunthorpe, dledford

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.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] sparc32: Export vac_cache_size to fix build error
@ 2017-04-06 19:07   ` David Miller
  0 siblings, 0 replies; 4+ messages in thread
From: David Miller @ 2017-04-06 19:07 UTC (permalink / raw)
  To: linux; +Cc: sparclinux, linux-kernel, jgunthorpe, dledford

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.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-04-06 19:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-01 20:47 [PATCH] sparc32: Export vac_cache_size to fix build error Guenter Roeck
2017-04-01 20:47 ` Guenter Roeck
2017-04-06 19:07 ` David Miller
2017-04-06 19:07   ` David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.