freebsd-dev/sys/powerpc
Marcel Moolenaar e4f72b32cb o When not making a translation cache-inhibit and guarded (PTE_I|PTE_G)
make it memory-coherency enforced (PTE_M). This is required for SMP
   to work.
o  Serialize tlbie operations and implement the tlbie operation in a
   function called tlbie(). Hardware can end up in a live-lock if
   between the tlbsync and subsequent sync on one processor another
   processor executes a tlbie or tlbsync.
o  Eliminate the following defines:
	TLBIE, TLBSYNC, SYNC and EIEIO
   Use either inline assembly statements or inline functions defined
   in <machine/cpufunc.h>
2008-09-16 19:16:33 +00:00
..
aim o When not making a translation cache-inhibit and guarded (PTE_I|PTE_G) 2008-09-16 19:16:33 +00:00
booke Move initialization of tlb0, ptbl_bufs and kernel_pdir regions after we are 2008-08-28 07:38:08 +00:00
compile
conf Integrate the new MPSAFE TTY layer to the FreeBSD operating system. 2008-08-20 08:31:58 +00:00
fpu Include <sys/types.h> before <sys/systm.h> to get typedefs required 2008-04-09 08:50:37 +00:00
include In powerpc_get_pcpup(), make the inline assembly statement 2008-09-16 16:28:51 +00:00
mpc85xx Remove mfsvr(): 2008-04-27 17:13:22 +00:00
ofw - Make pcib_devclass private to sys/dev/pci/pci_pci.c and change all the 2006-01-06 19:22:19 +00:00
powermac Return an error code rather than ENXIO when both rman_init() and 2008-06-12 02:28:58 +00:00
powerpc o Synchronize the APs timebase and decrementer values with the BSP. 2008-09-16 16:33:36 +00:00
psim Set sc_psim so that the openpic core can correct the off-by-one 2008-04-03 17:38:27 +00:00