All of lore.kernel.org
 help / color / mirror / Atom feed
From: "David S. Miller" <davem@dm.cobaltmicro.com>
To: ultralinux@vger.kernel.org
Subject: Re: UltraSPARC lock performance
Date: Sat, 16 May 1998 19:45:27 +0000	[thread overview]
Message-ID: <marc-linux-ultrasparc-90222356531043@msgid-missing> (raw)
In-Reply-To: <marc-linux-ultrasparc-90222356531041@msgid-missing>


We use CAS where applicable in the Ultra SMP support code.

Also your claims about ldstub are incorrect, they do not lock the bus,
just like CAS, if the L2 cache line being accessed is valid and owned
exclusively, as per the UPA interface documentation in the UltraSparc
programmers manuals.

What you are seeing is the difference between wait free algorithms and
spinlock based resource protection in general, which you failed to
mention at all.

Later,
David S. Miller
davem@dm.cobaltmicro.com

      reply	other threads:[~1998-05-16 19:45 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-05-16 16:52 UltraSPARC lock performance Mike Bennett
1998-05-16 19:45 ` David S. Miller [this message]

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-ultrasparc-90222356531043@msgid-missing \
    --to=davem@dm.cobaltmicro.com \
    --cc=ultralinux@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.