public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
* PATCH: Fix 2.6 kernel ia64 directives
@ 2005-02-02 22:19 H. J. Lu
  2005-02-02 22:50 ` David Mosberger
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: H. J. Lu @ 2005-02-02 22:19 UTC (permalink / raw)
  To: linux-ia64

The new ia64 assembler caught a few directive bugs. Here is the patch.
 

H.J.
--- linux-2.6.9/arch/ia64/kernel/ivt.S.unwind	2004-10-18 14:53:22.000000000 -0700
+++ linux-2.6.9/arch/ia64/kernel/ivt.S	2005-02-02 12:00:27.562232125 -0800
@@ -547,7 +547,7 @@ ENTRY(dirty_bit)
 #endif
 	mov pr=r31,-1				// restore pr
 	rfi
-END(idirty_bit)
+END(dirty_bit)
 
 	.org ia64_ivt+0x2400
 /////////////////////////////////////////////////////////////////////////////////////////

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

end of thread, other threads:[~2005-02-09 21:11 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-02-02 22:19 PATCH: Fix 2.6 kernel ia64 directives H. J. Lu
2005-02-02 22:50 ` David Mosberger
2005-02-03  8:12 ` Jan Beulich
2005-02-07 20:11 ` James E Wilson
2005-02-07 22:18 ` James E Wilson
2005-02-09 19:35 ` David Mosberger
2005-02-09 20:05 ` H. J. Lu
2005-02-09 20:10 ` James E Wilson
2005-02-09 21:11 ` David Mosberger

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