Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755146Ab0K3Jib (ORCPT ); Tue, 30 Nov 2010 04:38:31 -0500 Received: from mx1.redhat.com ([209.132.183.28]:7964 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754718Ab0K3Jia (ORCPT ); Tue, 30 Nov 2010 04:38:30 -0500 Organization: Red Hat UK Ltd. Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SI4 1TE, United Kingdom. Registered in England and Wales under Company Registration No. 3798903 From: David Howells In-Reply-To: <1291043719.3435.981.camel@edumazet-laptop> References: <1291043719.3435.981.camel@edumazet-laptop> <1290972833.29196.90.camel@edumazet-laptop> <20101128224024.GA12300@basil.fritz.box> <1290984712.29196.100.camel@edumazet-laptop> <20101128230146.GB12300@basil.fritz.box> <1290987424.29196.128.camel@edumazet-laptop> <20101129090510.GA15763@basil.fritz.box> <1291023532.3435.29.camel@edumazet-laptop> To: Eric Dumazet Cc: dhowells@redhat.com, Andi Kleen , Andrew Morton , linux-kernel , netdev , David Miller , Tejun Heo , Rusty Russell , linux-arch@vger.kernel.org Subject: Re: [PATCH v2 4/4] kthread: use kthread_create_on_cpu() Date: Tue, 30 Nov 2010 09:38:12 +0000 Message-ID: <15903.1291109892@redhat.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 502 Lines: 14 Eric Dumazet wrote: > + p = kthread_create_on_cpu(run_ksoftirqd, hcpu, hotcpu, > + "ksoftirqd/%d", hotcpu); Does kthread_create_on_cpu() need to take hotcpu twice? Can one of the arguments be folded into the other? David -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/