Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move the ppc mplock implementation from macppc to powerpc. | 2015-06-26 | 1 | -51/+2 | |
| | | | | ok mpi@ | ||||
* | Sync mplock code with the current paradigm used in all other MP platforms. | 2009-09-07 | 1 | -150/+11 | |
| | | | | macppc was left unchanged by mistake. | ||||
* | Move the implementation of __mp_lock (biglock) into machine dependent | 2007-11-26 | 1 | -0/+191 | |
code. At this moment all architectures get the copy of the old code except i386 which gets a new shiny implementation that doesn't spin at splhigh (doh!) and doesn't try to grab the biglock when releasing the biglock (double doh!). Shaves 10% of system time during kernel compile and might solve a few bugs as a bonus. Other architectures coming shortly. miod@ deraadt@ ok |