Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753868AbZLVP6Y (ORCPT ); Tue, 22 Dec 2009 10:58:24 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753766AbZLVP6X (ORCPT ); Tue, 22 Dec 2009 10:58:23 -0500 Received: from nlpi157.sbcis.sbc.com ([207.115.36.171]:49974 "EHLO nlpi157.prodigy.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750801AbZLVP6W (ORCPT ); Tue, 22 Dec 2009 10:58:22 -0500 Date: Tue, 22 Dec 2009 09:57:34 -0600 (CST) From: Christoph Lameter X-X-Sender: cl@router.home To: Tejun Heo cc: linux-kernel@vger.kernel.org, Mel Gorman , Pekka Enberg , Mathieu Desnoyers , Rusty Russell Subject: Re: [this_cpu_xx V8 07/16] Module handling: Use this_cpu_xx to dynamically allocate counters In-Reply-To: <4B2F2820.5030904@kernel.org> Message-ID: References: <20091218222617.384355422@quilx.com> <20091218222651.319887863@quilx.com> <4B2F2820.5030904@kernel.org> User-Agent: Alpine 2.00 (DEB 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1071 Lines: 26 On Mon, 21 Dec 2009, Tejun Heo wrote: > > > Index: linux-2.6/kernel/trace/ring_buffer.c > > =================================================================== > > --- linux-2.6.orig/kernel/trace/ring_buffer.c 2009-12-18 13:13:24.000000000 -0600 > > +++ linux-2.6/kernel/trace/ring_buffer.c 2009-12-18 14:15:57.000000000 -0600 > > @@ -12,6 +12,7 @@ > > #include > > #include > > #include > > +#include > > This doesn't belong to this patch, right? I stripped this part out, > added Cc: to Rusty and applied 1, 2, 7 and 8 to percpu branch. I'll > post the updated patch here. Thanks. If you strip this part out then ringbuffer.c will no longer compile since it relies on the "#include " that is removed by this patch from the module.h file. -- 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/