[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20140227115805.GE9987@twins.programming.kicks-ass.net>
Date: Thu, 27 Feb 2014 12:58:05 +0100
From: Peter Zijlstra <peterz@...radead.org>
To: Rashika Kheria <rashika.kheria@...il.com>
Cc: linux-kernel@...r.kernel.org, Ingo Molnar <mingo@...hat.com>,
josh@...htriplett.org
Subject: Re: [PATCH 18/46] kernel: Mark functions as static in sched/fair.c
On Thu, Feb 27, 2014 at 05:20:19PM +0530, Rashika Kheria wrote:
> @@ -5266,7 +5266,7 @@ static unsigned long default_scale_smt_power(struct sched_domain *sd, int cpu)
> return smt_gain;
> }
>
> -unsigned long __weak arch_scale_smt_power(struct sched_domain *sd, int cpu)
> +static unsigned long arch_scale_smt_power(struct sched_domain *sd, int cpu)
> {
> return default_scale_smt_power(sd, cpu);
> }
Fuck no; please think before sending.
I'm going to ignore all patches from you henceforth.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists