freebsd-dev/sys/powerpc/aim
Peter Wemm a58b3a6878 Add a special page zero entry point intended to be called via the single
threaded VM pagezero kthread outside of Giant.  For some platforms, this
is really easy since it can just use the direct mapped region.  For others,
IPI sending is involved or there are other issues, so grab Giant when
needed.

We still have preemption issues to deal with, but Alan Cox has an
interesting suggestion on how to minimize the problem on x86.

Use Luigi's hack for preserving the (lack of) priority.

Turn the idle zeroing back on since it can now actually do something useful
outside of Giant in many cases.
2002-07-08 04:24:26 +00:00
..
clock.c Many fixes to low-level trap and interrupt handling: 2002-06-29 09:28:21 +00:00
copyinout.c Deorbit suibyte(). It was only used for split address space systems 2002-06-20 07:13:35 +00:00
interrupt.c Many fixes to low-level trap and interrupt handling: 2002-06-29 09:28:21 +00:00
locore.S - Use tmpstk exclusively in the init path. 2002-06-29 09:31:27 +00:00
machdep.c Move the kcopy() function from trap.c to machdep.c. Add a prototype. 2002-05-28 07:36:36 +00:00
mmu_oea.c Add a special page zero entry point intended to be called via the single 2002-07-08 04:24:26 +00:00
nexus.c Add a nexus device. 2002-04-15 12:29:18 +00:00
ofw_machdep.c Convert this from mostly inline assembler to mostly C. 2002-06-29 09:16:30 +00:00
ofwmagic.S Bring in NetBSD code used in the PowerPC port. 2001-06-10 02:39:37 +00:00
swtch.S To quote Peter: 2002-06-29 09:39:44 +00:00
trap_subr.S Many fixes to low-level trap and interrupt handling: 2002-06-29 09:28:21 +00:00
trap.c Remove unused diagnostic function cread_free_thread(). 2002-06-24 06:22:00 +00:00
vm_machdep.c Add an MD callout like cpu_exit, but which is called after sched_lock is 2002-06-24 15:48:02 +00:00