From: Tim Blechmann <tim@klingt.org>
To: linux-kernel@vger.kernel.org
Subject: [PATCH 0/5] branch hint tweaks
Date: Tue, 24 Nov 2009 11:54:59 +0100 [thread overview]
Message-ID: <4B0BBB83.2020604@klingt.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 619 bytes --]
hi all,
doing some branch hint profiling of 2.6.31 on my nehalem machine showed
a few
incorrect branch hints.
these patches remove or change the branch hints
Tim Blechmann (5):
process_64: remove branch hint
sched.c: change branch hint
slab.c: remove branch hint
sched_fair.c: remove branch hint
workqueue.c: remove branch hint
arch/x86/kernel/process_64.c | 4 ++--
kernel/sched.c | 4 ++--
kernel/sched_fair.c | 2 +-
kernel/workqueue.c | 2 +-
mm/slab.c | 2 +-
5 files changed, 7 insertions(+), 7 deletions(-)
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 197 bytes --]
next reply other threads:[~2009-11-24 11:11 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-11-24 10:54 Tim Blechmann [this message]
2009-11-24 17:50 ` [PATCH 0/5] branch hint tweaks Brian Gerst
2009-11-24 18:17 ` Aaron Cohen
2009-11-24 18:59 ` Brian Gerst
2009-11-24 18:21 ` Tim Blechmann
2009-11-24 20:13 ` Brian Gerst
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=4B0BBB83.2020604@klingt.org \
--to=tim@klingt.org \
--cc=linux-kernel@vger.kernel.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.