From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tejun Heo Date: Wed, 28 Oct 2009 14:59:31 +0000 Subject: Re: [PATCH 1/2] percpu: allow pcpu_alloc() to be called with IRQs Message-Id: <4AE85C53.7020400@kernel.org> List-Id: References: <4AE6EDBF.7040905@kernel.org> In-Reply-To: <4AE6EDBF.7040905@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Jiri Kosina Cc: Ingo Molnar , Peter Zijlstra , Jeff Mahoney , Linux Kernel Mailing List , Tony Luck , Fenghua Yu , linux-ia64@vger.kernel.org Comment added why irqsave/restore are used in alloc path and queued in percpu#for-linus. I'll send pull request in a few hours. Thanks. -- tejun