[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <1304071266.3171.3.camel@braunu-laptop>
Date: Fri, 29 Apr 2011 12:01:06 +0200
From: Ursula Braun <ubraun@...ux.vnet.ibm.com>
To: KOSAKI Motohiro <kosaki.motohiro@...fujitsu.com>
Cc: LKML <linux-kernel@...r.kernel.org>,
Martin Schwidefsky <schwidefsky@...ibm.com>,
Heiko Carstens <heiko.carstens@...ibm.com>,
Ursula Braun <ursula.braun@...ibm.com>,
"David S. Miller" <davem@...emloft.net>, linux390@...ibm.com,
linux-s390@...r.kernel.org, netdev@...r.kernel.org
Subject: Re: [PATCH] s390, net: convert into new cpumask api
On Thu, 2011-04-28 at 23:59 +0900, KOSAKI Motohiro wrote:
> Adapt new api.
>
> Signed-off-by: KOSAKI Motohiro <kosaki.motohiro@...fujitsu.com>
> Cc: Martin Schwidefsky <schwidefsky@...ibm.com>
> Cc: Heiko Carstens <heiko.carstens@...ibm.com>
> Cc: Ursula Braun <ursula.braun@...ibm.com>
> Cc: "David S. Miller" <davem@...emloft.net>
> Cc: linux390@...ibm.com
> Cc: linux-s390@...r.kernel.org
> Cc: netdev@...r.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!
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists