NetBSD/sys/arch/powerpc/ibm4xx
chs 111117ce57 fix two bugs with wiring:
(1) in pmap_enter_pv(), we would always mark the header entry wired, even if
     the new entry wasn't put there.  noticed by Juergen Hannken-Illjes.
 (2) in pmap_unwire(), we would never examine the header entry.
     noticed by me.

while I'm here, move the counter increment in the pmap_enter() path to be
next to the corresponding PV_WIRE() call so it's more obvious they match.
2005-03-02 09:02:42 +00:00
..
dev Eliminate use of M_HASFCS. 2005-01-30 19:03:23 +00:00
openbios Add openbios-board related modules. 2005-01-17 16:23:27 +00:00
pci Phase out the use of a string as first "attach args" member to control 2004-08-30 15:05:15 +00:00
4xx_locore.S
4xx_trap_subr.S
autoconf.c Add device_register machine-independent-glue. 2005-01-13 17:11:14 +00:00
board_prop.c Add openbios-board related modules. 2005-01-17 16:23:27 +00:00
clock.c A more accurate microtime() implementation. Avoids precision 2005-01-19 00:26:54 +00:00
copyinstr.c Apply suggested changes from PR port-powerpc/24830 arch/powerpc/ibm4xx: 2004-09-02 08:22:58 +00:00
copyoutstr.c Apply suggested changes from PR port-powerpc/24830 arch/powerpc/ibm4xx: 2004-09-02 08:22:58 +00:00
cpu.c
genassym.cf Split the hw-dependent powermanglement into its own function and make 2005-01-19 22:22:56 +00:00
ibm4xx_autoconf.c Remove openbios dependent code from ibm4xx/ibm40x dependent module. 2005-01-17 17:19:36 +00:00
ibm4xx_machdep.c Arrange some machine-dependent code. 2005-01-18 17:11:25 +00:00
ibm4xxgpx_autoconf.c Remove device_register, cpu_rootconf functions. 2005-01-13 17:14:36 +00:00
ibm40x_machdep.c Arrange some machine-dependent code. 2005-01-18 17:11:25 +00:00
intr.c
machdep.c Add consinit() and md_consinit funcptr to ibm4xx/machdep.c. 2005-01-21 19:24:11 +00:00
pmap.c fix two bugs with wiring: 2005-03-02 09:02:42 +00:00
trap_subr.S
trap.c KNF: put "if (...)" and following statement on separate lines. 2005-02-25 07:09:58 +00:00