1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00
freebsd/sys/powerpc/aim
Kip Macy 2965a45315 On Alan's advice, rather than do a wholesale conversion on a single
architecture from page queue lock to a hashed array of page locks
(based on a patch by Jeff Roberson), I've implemented page lock
support in the MI code and have only moved vm_page's hold_count
out from under page queue mutex to page lock. This changes
pmap_extract_and_hold on all pmaps.

Supported by: Bitgravity Inc.

Discussed with: alc, jeffr, and kib
2010-04-30 00:46:43 +00:00
..
clock.c
copyinout.c
interrupt.c Place interrupt handling in a critical section and remove double 2010-03-09 02:00:53 +00:00
locore.S
machdep.c Change the arguments of exec_setregs() so that it receives a pointer 2010-03-25 14:24:00 +00:00
mmu_oea64.c On Alan's advice, rather than do a wholesale conversion on a single 2010-04-30 00:46:43 +00:00
mmu_oea.c On Alan's advice, rather than do a wholesale conversion on a single 2010-04-30 00:46:43 +00:00
mp_cpudep.c
nexus.c Get nexus(4) out of the RTC business. The interface used by nexus(4) 2010-03-23 03:14:44 +00:00
ofw_machdep.c Open Firmware on powerpc is generally non-reetrant, so serialize all 2010-03-23 01:11:10 +00:00
ofwmagic.S The NetBSD Foundation has granted permission to remove clause 3 and 4 from 2010-03-03 17:07:02 +00:00
platform_chrp.c
swtch.S
trap_subr.S
trap.c Allow user programs to execute mfpvr instructions. Linux allows this, and 2010-02-22 14:17:23 +00:00
uma_machdep.c
vm_machdep.c