freebsd-dev/sys/powerpc/aim
John Baldwin c53c013bae - Move the MI mutexes sched_lock and Giant from being declared in the
various machdep.c's to being declared in kern_mutex.c.
- Add a new function mutex_init() used to perform early initialization
  needed for mutexes such as setting up thread0's contested lock list
  and initializing MI mutexes.  Change the various MD startup routines
  to call this function instead of duplicating all the code themselves.

Tested on:	alpha, i386
2002-04-02 22:19:16 +00:00
..
clock.c Remove __P. 2002-03-20 23:17:50 +00:00
copyinout.c Collect all functions for copying to and from userspace into the one file. 2002-03-21 23:45:59 +00:00
locore.S - Prevent the decrementer interrupt handler from nesting. 2002-02-28 11:57:47 +00:00
machdep.c - Move the MI mutexes sched_lock and Giant from being declared in the 2002-04-02 22:19:16 +00:00
mmu_oea.c Remove references to vm_zone.h and switch over to the new uma API. 2002-03-21 01:11:31 +00:00
ofw_machdep.c Complete rework of the PowerPC pmap and a number of other bits in the early 2002-02-14 01:39:11 +00:00
ofwmagic.S Bring in NetBSD code used in the PowerPC port. 2001-06-10 02:39:37 +00:00
swtch.S cpu_switch now works, for kthreads at least. 2002-02-28 12:06:49 +00:00
trap.c Use the MI vm_map_growstack() instead of the MD grow_stack() in trap(). Remove 2002-03-30 20:44:31 +00:00
vm_machdep.c Use the MI vm_map_growstack() instead of the MD grow_stack() in trap(). Remove 2002-03-30 20:44:31 +00:00