* PATCH: Fix 2.4 kernel ia64 directives
@ 2005-02-02 21:18 H. J. Lu
0 siblings, 0 replies; only message in thread
From: H. J. Lu @ 2005-02-02 21:18 UTC (permalink / raw)
To: linux-ia64
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
/////////////////////////////////////////////////////////////////////////////////////////
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-02-02 21:18 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-02-02 21:18 PATCH: Fix 2.4 kernel ia64 directives H. J. Lu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox