John Baldwin ae3f633bae - Apparently, the Alpha ABI mandates that arguments be passed sign-extended
regardless of if they are signed or unsigned since it is easier to work
  with sign-extended values.  Thus, remove the disabled zapnot to
  zero-extend the sign-extended value we read from *p in atomic_cmpset_32()
  since the cmpval we are comparing against should already be
  sign-extended.
- To ensure that the compiler knows to sign-extend the upper 32 bits of
  cmpval rather than leaving garbage in there, cast the appropriately in
  the constraints section.

Help from:	Richard Henderson <rth@redhat.com>
2002-05-17 05:45:39 +00:00
..
2001-11-02 18:05:43 +00:00
2001-11-02 18:05:43 +00:00
2002-05-10 02:21:05 +00:00
2002-03-23 02:01:27 +00:00
2001-09-12 08:38:13 +00:00
2001-11-02 18:05:43 +00:00
2002-05-14 20:35:29 +00:00
2001-12-11 23:33:44 +00:00
2001-12-11 23:33:44 +00:00
2002-04-29 07:43:16 +00:00
2002-05-10 02:02:54 +00:00
2001-12-09 19:12:07 +00:00
2002-05-10 02:02:54 +00:00
2001-09-12 08:38:13 +00:00