From: Manfred Spraul <manfreds@colorfullife.com>
To: linux-ia64@vger.kernel.org
Subject: [Linux-ia64] Q: stack coherency
Date: Sat, 11 Mar 2000 09:02:06 +0000 [thread overview]
Message-ID: <marc-linux-ia64-105590678204981@msgid-missing> (raw)
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
next reply other threads:[~2000-03-11 9:02 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2000-03-11 9:02 Manfred Spraul [this message]
2000-03-13 18:52 ` [Linux-ia64] Q: stack coherency David Mosberger
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=marc-linux-ia64-105590678204981@msgid-missing \
--to=manfreds@colorfullife.com \
--cc=linux-ia64@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.