Linux MIPS Architecture development
 help / color / mirror / Atom feed
* scall_o32.S in 2.4.6 (or later)
@ 2001-08-27  1:13 Atsushi Nemoto
  2001-08-27  6:30 ` Ralf Baechle
  0 siblings, 1 reply; 2+ messages in thread
From: Atsushi Nemoto @ 2001-08-27  1:13 UTC (permalink / raw)
  To: linux-mips, linux-mips; +Cc: Ralf Baechle

After merging with 2.4.6, it seems that syscall destroy static
registers.  Isnt't this needed?

diff -ur linux.sgi/arch/mips/kernel/scall_o32.S linux/arch/mips/kernel/scall_o32.S
--- linux.sgi/arch/mips/kernel/scall_o32.S	Mon Aug 27 10:03:56 2001
+++ linux/arch/mips/kernel/scall_o32.S	Mon Aug 27 10:04:21 2001
@@ -88,6 +88,7 @@
 
 	move	a0, zero
 	move	a1, sp
+ 	SAVE_STATIC
 	jal	do_signal
 	b	restore_all
 
---
Atsushi Nemoto

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

end of thread, other threads:[~2001-08-27  6:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-08-27  1:13 scall_o32.S in 2.4.6 (or later) Atsushi Nemoto
2001-08-27  6:30 ` Ralf Baechle

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