In message <[EMAIL PROTECTED]>, Jim Pirzyk writes: >I would think we need to at least patch current for this case. Enclosed >is a possible implementation. Comments?
I think I tried this before, and puting the option in opt_cpu.h does not work, because not all files that include atomic.h will include opt_cpu.h. The other options referenced in atomic.h are all in opt_global.h, so CPU_DISABLE_CMPXCHG needs to go there too (note that the instruction is called cmpxchg, not cmpxfhg BTW). Ian To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message