aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc/include/lock.h
Commit message (Collapse)AuthorAgeFilesLines
* RIP <machine/lock.h>.Mark Murray2001-02-111-36/+0
| | | | | | | | | | Some things needed bits of <i386/include/lock.h> - cy.c now has its own (only) copy of the COM_(UN)LOCK() macros, and IMASK_(UN)LOCK() has been moved to <i386/include/apic.h> (AKA <machine/apic.h>). Reviewed by: jhb Notes: svn path=/head/; revision=72358
* Convert all simplelocks to mutexes and remove the simplelock implementations.Jason Evans2001-01-241-14/+0
| | | | Notes: svn path=/head/; revision=71576
* MP shells for the PowerPC platform.David E. O'Brien2001-01-011-0/+50
Notes: svn path=/head/; revision=70583