public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
* [Linux-ia64] Q: stack coherency
@ 2000-03-11  9:02 Manfred Spraul
  2000-03-13 18:52 ` David Mosberger
  0 siblings, 1 reply; 2+ messages in thread
From: Manfred Spraul @ 2000-03-11  9:02 UTC (permalink / raw)
  To: linux-ia64

Can I access a structure that's stored on the stack of one CPU from
another CPU? I'm just noisy because I always did that [e.g SysV message
code ipc/msg.c], and now a friend asked me if that's true for all cpu
architecures.

CPU1:
- initialize linked list element [local variable]
- spin_lock
- add to linked list
- spin_unlock
- ...


CPU2:
- spin_lock
- walk the linked list
- spin_unlock.

--
	Manfred




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

end of thread, other threads:[~2000-03-13 18:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-03-11  9:02 [Linux-ia64] Q: stack coherency Manfred Spraul
2000-03-13 18:52 ` David Mosberger

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