All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: load-store emulation with SIGSEGV (gate.S bug?)
@ 2003-10-17 15:26 Jeffrey William Lake
  2003-10-17 15:34 ` Keith Owens
  2003-10-17 15:57 ` David Mosberger
  0 siblings, 2 replies; 3+ messages in thread
From: Jeffrey William Lake @ 2003-10-17 15:26 UTC (permalink / raw)
  To: linux-ia64

[-- Attachment #1: Type: text/plain, Size: 475 bytes --]

After some investigation I discovered that a "flushrs" at the start of my
signal handler cured the problem.

Looking at "arch/ia64/kernel/gate.S" revealed that a "cover" is used to
get the registers onto the backing store (commented as such several
times), but by my understanding there is enough scope from the instruction
description that they may be cached. Therefore, should gate.S include a
"flushrs" as well or, for performance reasons be left for the user to
decide?


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

end of thread, other threads:[~2003-10-17 15:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-10-17 15:26 load-store emulation with SIGSEGV (gate.S bug?) Jeffrey William Lake
2003-10-17 15:34 ` Keith Owens
2003-10-17 15:57 ` David Mosberger

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.