lkml.org 
[lkml]   [2011]   [Apr]   [29]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: [PATCH] s390, net: convert into new cpumask api
From
Date
On Thu, 2011-04-28 at 23:59 +0900, KOSAKI Motohiro wrote:
> Adapt new api.
>
> Signed-off-by: KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>
> Cc: Martin Schwidefsky <schwidefsky@de.ibm.com>
> Cc: Heiko Carstens <heiko.carstens@de.ibm.com>
> Cc: Ursula Braun <ursula.braun@de.ibm.com>
> 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!




\
 
 \ /
  Last update: 2011-04-29 12:03    [W:0.030 / U:0.900 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site