Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932507AbWCMXQ5 (ORCPT ); Mon, 13 Mar 2006 18:16:57 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932509AbWCMXQ4 (ORCPT ); Mon, 13 Mar 2006 18:16:56 -0500 Received: from omta03ps.mx.bigpond.com ([144.140.82.155]:58571 "EHLO omta03ps.mx.bigpond.com") by vger.kernel.org with ESMTP id S932507AbWCMXQ4 (ORCPT ); Mon, 13 Mar 2006 18:16:56 -0500 Message-ID: <4415FD66.4090708@bigpond.net.au> Date: Tue, 14 Mar 2006 10:16:54 +1100 From: Peter Williams User-Agent: Mozilla Thunderbird 1.0.7-1.1.fc4 (X11/20050929) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Con Kolivas CC: linux list , Andrew Morton , Ingo Molnar , ck list Subject: Re: [PATCH][2/4] sched: add discrete weighted cpu load function References: <200603131906.11739.kernel@kolivas.org> <4415F49C.8020208@bigpond.net.au> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Authentication-Info: Submitted using SMTP AUTH PLAIN at omta03ps.mx.bigpond.com from [147.10.133.38] using ID pwil3058@bigpond.net.au at Mon, 13 Mar 2006 23:16:54 +0000 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 778 Lines: 31 Con Kolivas wrote: > Peter Williams writes: > >> Con Kolivas wrote: >> >>> +unsigned long weighted_cpuload(const int cpu) >>> +{ >>> + return (cpu_rq(cpu)->raw_weighted_load); >>> +} >>> + >> >> >> Wouldn't this be a candidate for inlining? > > > That would make it unsuitable for exporting via sched.h. Right, no cpu_rq() out there. Sorry, for the noise, Peter -- Peter Williams pwil3058@bigpond.net.au "Learning, n. The kind of ignorance distinguishing the studious." -- Ambrose Bierce - 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/