Matthew Dillon scribbled this message on Jul 12: > p.s. I'm pretty sure that the lock prefix costs nothing on a UP system, > and probably wouldn't be noticed on an SMP system either because the > write-allocation overhead is already pretty bad. But I haven't tested > it. actually, I'm not so sure, it guarantees that NO other bus operation will succeed while this is happening... what happens if a pci bus mastering card makes a modification to this value? sure, it normally won't happen, but it can... and w/o the lock prefix, this CAN happen from what I understand of the architecture... so, it does have to lock even the memory bus, simply the cache isn't enough for the lock to do what it needs... -- John-Mark Gurney Voice: +1 541 684 8449 Cu Networking P.O. Box 5693, 97405 "The soul contains in itself the event that shall presently befall it. The event is only the actualizing of its thought." -- Ralph Waldo Emerson To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message
- Re: "objtrm" problem probably fou... Matthew Dillon
- Re: "objtrm" problem probably fou... Doug Rabson
- Re: "objtrm" problem probably... Peter Wemm
- Re: "objtrm" problem probably found (... Doug Rabson
- Re: "objtrm" problem probably found (was Re: S... Oliver Fromme
- Re: "objtrm" problem probably found (was Re: S... Luoqi Chen
- Re: "objtrm" problem probably found (was ... Matthew Dillon
- Re: "objtrm" problem probably found (... Poul-Henning Kamp
- Re: "objtrm" problem probably fou... Matthew Dillon
- Re: "objtrm" problem probably fou... Matthew Dillon
- Re: "objtrm" problem probably found (... John-Mark Gurney
- Re: "objtrm" problem probably fou... Matthew Dillon
- Re: "objtrm" problem probably fou... Poul-Henning Kamp
- Re: "objtrm" problem probably found (... Mike Haertel
- Re: "objtrm" problem probably fou... Mikhail Teterin
- Re: "objtrm" problem probably fou... Mike Smith
- Re: "objtrm" problem probably... Matthew Dillon
- Re: "objtrm" problem pro... Mike Smith
- Re: "objtrm" problem... Matthew Dillon
- Re: "objtrm" problem pro... Peter Jeremy
- Re: "objtrm" problem... Matthew Dillon