Thread (2 messages) 2 messages, 2 authors, 2011-04-29

Re: [PATCH] s390, net: convert into new cpumask api

From: Ursula Braun <hidden>
Date: 2011-04-29 10:01:16
Also in: linux-s390, lkml

On Thu, 2011-04-28 at 23:59 +0900, KOSAKI Motohiro wrote:
quoted hunk ↗ jump to hunk
Adapt new api.

Signed-off-by: KOSAKI Motohiro <redacted>
Cc: Martin Schwidefsky <redacted>
Cc: Heiko Carstens <redacted>
Cc: Ursula Braun <redacted>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: linux390@de.ibm.com
Cc: linux-s390@vger.kernel.org
Cc: netdev@vger.kernel.org
---
 net/iucv/iucv.c |   70 +++++++++++++++++++++++++++---------------------------
 1 files changed, 35 insertions(+), 35 deletions(-)
diff --git a/net/iucv/iucv.c b/net/iucv/iucv.c
index 8f156bd..79f2caf 100644
--- a/net/iucv/iucv.c
+++ b/net/iucv/iucv.c
@@ -128,8 +128,8 @@ struct iucv_irq_list {
 };

 static struct iucv_irq_data *iucv_irq_data[NR_CPUS];
-static cpumask_t iucv_buffer_cpumask = CPU_MASK_NONE;
-static cpumask_t iucv_irq_cpumask = CPU_MASK_NONE;
+static cpumask_t iucv_buffer_cpumask = { CPU_BITS_NONE };
+static cpumask_t iucv_irq_cpumask = { CPU_BITS_NONE };
...
Applied and merged to our tree.
Thanks!
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help