public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] branch hint tweaks
@ 2009-11-24 10:54 Tim Blechmann
  2009-11-24 17:50 ` Brian Gerst
  0 siblings, 1 reply; 6+ messages in thread
From: Tim Blechmann @ 2009-11-24 10:54 UTC (permalink / raw)
  To: linux-kernel

[-- 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 --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2009-11-24 20:13 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-24 10:54 [PATCH 0/5] branch hint tweaks Tim Blechmann
2009-11-24 17:50 ` 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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox