Matthew Dillon 87c8f0c0f2 Add in required instruction serialization prior to releasing the
MP lock for the last time.  The use of a locked instruction to
    cpu-private memory is 3x faster then CPUID and 3x faster then the
    use of a locked instruction to shared memory (the lock itself).

    Instruction serialization is required to ensure that any pending
    memory ops are properly flushed prior to the release of the lock,
    due to out-of-order instruction execution by the cpu.
1999-11-23 18:46:09 +00:00
..
1999-09-26 19:05:39 +00:00
1999-10-11 14:42:33 +00:00
1999-11-08 09:59:17 +00:00
1999-10-29 18:09:36 +00:00
1999-08-28 01:08:13 +00:00