From: Thomas Gleixner <tglx@linutronix.de>
To: Andrew Morton <akpm@linux-foundation.org>
Cc: Karsten Wiese <fzu@wemgehoertderstaat.de>,
linux-kernel@vger.kernel.org, Ingo Molnar <mingo@elte.hu>
Subject: Re: [PATCH] Optimise tick_nohz_stop_sched_tick() a bit
Date: Fri, 29 Feb 2008 16:57:57 +0100 (CET) [thread overview]
Message-ID: <alpine.LFD.1.00.0802291657090.6427@apollo.tec.linutronix.de> (raw)
In-Reply-To: <20080228171634.f6fab4de.akpm@linux-foundation.org>
On Thu, 28 Feb 2008, Andrew Morton wrote:
> On Thu, 28 Feb 2008 15:10:50 +0100 Karsten Wiese <fzu@wemgehoertderstaat.de> wrote:
> -static ktime_t tick_nohz_start_idle(int cpu, struct tick_sched *ts)
> +static ktime_t tick_nohz_start_idle(struct tick_sched *ts)
> {
> ktime_t now, delta;
>
> @@ -200,7 +200,7 @@ void tick_nohz_stop_sched_tick(void)
>
> cpu = smp_processor_id();
> ts = &per_cpu(tick_cpu_sched, cpu);
> - now = tick_nohz_start_idle(cpu, ts);
> + now = tick_nohz_start_idle(ts);
>
> /*
> * If this cpu is offline and it is the one which updates
Combined patch applied to hrt.git
Thanks,
tglx
prev parent reply other threads:[~2008-02-29 15:58 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-02-28 14:10 Karsten Wiese
2008-02-29 1:16 ` Andrew Morton
2008-02-29 15:57 ` Thomas Gleixner [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=alpine.LFD.1.00.0802291657090.6427@apollo.tec.linutronix.de \
--to=tglx@linutronix.de \
--cc=akpm@linux-foundation.org \
--cc=fzu@wemgehoertderstaat.de \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@elte.hu \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®