public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
* [patch] ia64: Align rse_clear_invalid to double-bundle boundary.
@ 2005-01-19  4:58 David Mosberger
  2005-01-25 20:36 ` Luck, Tony
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: David Mosberger @ 2005-01-19  4:58 UTC (permalink / raw)
  To: linux-ia64

Trivial patch: align rse_clear_invalid to 32-byte boundary.  Good for
a 9 cycle speed up.

	--david

Signed-off-by: David Mosberger-Tang <davidm@hpl.hp.com>

# This is a BitKeeper generated diff -Nru style patch.
#
# ChangeSet
#   2005/01/18 17:38:56-08:00 davidm@tiger.hpl.hp.com 
#   ia64: Align rse_clear_invalid to double-bundle boundary.  Improves (normal)
#   	getpid() from 284 to 275 cycles.
# 
# arch/ia64/kernel/entry.S
#   2005/01/18 17:38:40-08:00 davidm@tiger.hpl.hp.com +1 -0
#   (rse_clear_invalid): Align it to 32 bytes.
# 
diff -Nru a/arch/ia64/kernel/entry.S b/arch/ia64/kernel/entry.S
--- a/arch/ia64/kernel/entry.S	2005-01-18 20:57:18 -08:00
+++ b/arch/ia64/kernel/entry.S	2005-01-18 20:57:18 -08:00
@@ -971,6 +971,7 @@
 	shladd in0=loc1,3,r17
 	mov in1=0
 	;;
+	.align 32
 rse_clear_invalid:
 #ifdef CONFIG_ITANIUM
 	// cycle 0

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

end of thread, other threads:[~2005-01-25 22:19 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-01-19  4:58 [patch] ia64: Align rse_clear_invalid to double-bundle boundary David Mosberger
2005-01-25 20:36 ` Luck, Tony
2005-01-25 20:41 ` David Mosberger
2005-01-25 21:15 ` Chen, Kenneth W
2005-01-25 21:52 ` Luck, Tony
2005-01-25 21:56 ` David Mosberger
2005-01-25 22:03 ` Luck, Tony
2005-01-25 22:19 ` David Mosberger

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