All of lore.kernel.org
 help / color / mirror / Atom feed
From: "H. J. Lu" <hjl@lucon.org>
To: linux-ia64@vger.kernel.org
Subject: PATCH: Fix 2.4 kernel ia64 directives
Date: Wed, 02 Feb 2005 21:18:28 +0000	[thread overview]
Message-ID: <20050202211828.GA7071@lucon.org> (raw)

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


H.J.
--- linux-2.4.21/arch/ia64/hp/sim/hpsim_setup.c.unwind	2002-11-28 15:53:09.000000000 -0800
+++ linux-2.4.21/arch/ia64/hp/sim/hpsim_setup.c	2005-02-02 11:59:55.000000000 -0800
@@ -35,7 +35,7 @@ asm (".text\n"
      "mov r15=r36\n"
      "break 0x80001\n"
      "br.ret.sptk.many rp\n"
-     ".endp\n");
+     ".endp ia64_ssc\n");
 
 void
 ia64_ssc_connect_irq (long intr, long irq)
--- linux-2.4.21/arch/ia64/kernel/ivt.S.unwind	2005-02-02 11:37:59.000000000 -0800
+++ linux-2.4.21/arch/ia64/kernel/ivt.S	2005-02-02 11:57:34.000000000 -0800
@@ -527,7 +527,7 @@ ENTRY(dirty_bit)
 #endif
 	mov pr=r31,-1				// restore pr
 	rfi
-END(idirty_bit)
+END(dirty_bit)
 
 	.align 1024
 /////////////////////////////////////////////////////////////////////////////////////////

                 reply	other threads:[~2005-02-02 21:18 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20050202211828.GA7071@lucon.org \
    --to=hjl@lucon.org \
    --cc=linux-ia64@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.