public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
* [Linux-ia64] 2.4.14 Missing asm clobbers
@ 2001-11-21  0:40 Keith Owens
  2001-11-21  1:37 ` David Mosberger
  2001-11-26 23:12 ` David Mosberger
  0 siblings, 2 replies; 3+ messages in thread
From: Keith Owens @ 2001-11-21  0:40 UTC (permalink / raw)
  To: linux-ia64

A comment of Linus's on l-k promoted me to check ia64 inline asm for
predicates.  I was surprised to find what look like missing asm
clobbers.  I am not 100% sure that these are errors (gcc clobbers are a
black art ;) so there is no patch.

include/asm-ia64/spinlock.h.

  spin_lock() changes ar.ccv, p7 without a clobber (!NEW_LOCK version).
  read_lock() changes p6 without a clobber.
  write_lock() changes ar.ccv, p7 without a clobber.

arch/ia64/kernel/traps.c

  fp_emulate() does ldf f10, f11 without a clobber.

arch/ia64/kernel/unaligned.c

  invala_gr() and invala_fr() do invala without a "memory" clobber.
  Not sure if it is necessary or not.



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

end of thread, other threads:[~2001-11-26 23:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-11-21  0:40 [Linux-ia64] 2.4.14 Missing asm clobbers Keith Owens
2001-11-21  1:37 ` David Mosberger
2001-11-26 23:12 ` David Mosberger

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