freebsd-dev/sys/powerpc
Marcel Moolenaar dfeca18773 MFC rev 198341 and 198342:
o   Introduce vm_sync_icache() for making the I-cache coherent with
    the memory or D-cache, depending on the semantics of the platform.
    vm_sync_icache() is basically a wrapper around pmap_sync_icache(),
    that translates the vm_map_t argumument to pmap_t.
o   Introduce pmap_sync_icache() to all PMAP implementation. For powerpc
    it replaces the pmap_page_executable() function, added to solve
    the I-cache problem in uiomove_fromphys().
o   In proc_rwmem() call vm_sync_icache() when writing to a page that
    has execute permissions. This assures that when breakpoints are
    written, the I-cache will be coherent and the process will actually
    hit the breakpoint.
o   This also fixes the Book-E PMAP implementation that was missing
    necessary locking while trying to deal with the I-cache coherency
    in pmap_enter() (read: mmu_booke_enter_locked).
2010-03-31 02:43:58 +00:00
..
aim MFC rev 198341 and 198342: 2010-03-31 02:43:58 +00:00
booke MFC rev 198341 and 198342: 2010-03-31 02:43:58 +00:00
compile
conf MFC r201813: 2010-03-27 17:14:55 +00:00
cpufreq Add cpufreq support on the PowerPC G5, along with a skeleton SMU driver 2009-06-23 04:28:32 +00:00
fpu Include <sys/types.h> before <sys/systm.h> to get typedefs required 2008-04-09 08:50:37 +00:00
include MFC rev 198341 and 198342: 2010-03-31 02:43:58 +00:00
mpc85xx Do not use OCP85XX_LBC_OFF twice when accessing LBC registers on MPC85XX. 2009-07-21 08:38:45 +00:00
ofw strict kobj signatures: some ofw_setprop fixes 2009-06-11 17:15:20 +00:00
powermac MFC r204082,204179,204180,204218,204241,204247,204270,204692: 2010-03-20 14:49:44 +00:00
powerpc MFC rev 198341 and 198342: 2010-03-31 02:43:58 +00:00
psim MFC r200171, r200182, r200275, r200295, r200359: 2009-12-12 10:37:31 +00:00