freebsd-skq/sys/powerpc/aim
marcel d328b9fcc7 Dont worry about PSL_RI (restartable interrupt indicator) in
common PowerPC code when all we want to achieve is to enable
external interrupts. We can set PSL_RI at any time before we
allow interrupts and/or exceptions, so move it to the AIM
specific initialization and do it when we also set PSL_ME
(machine check enable).
2008-09-15 01:03:16 +00:00
..
clock.c Don't clear PSL_RI. Disabling external interrupts 2008-08-30 18:37:55 +00:00
copyinout.c Fix remaining compile error. 2006-10-18 19:56:20 +00:00
interrupt.c Trace interrupts with KTR_INTR. 2008-08-31 23:54:22 +00:00
locore.S MFp4: SMP support 2008-04-27 22:33:43 +00:00
machdep.c Call powerpc_sync() instead of using an asm statement. 2008-08-30 18:39:29 +00:00
mmu_oea.c Remove redundant KTR statements. 2008-08-31 20:55:31 +00:00
mp_cpudep.c Dont worry about PSL_RI (restartable interrupt indicator) in 2008-09-15 01:03:16 +00:00
nexus.c Switch to using genclock. Have nexus double as clock device for 2008-04-21 04:41:37 +00:00
ofw_machdep.c Remove SMP left-overs from NetBSD. 2008-02-12 20:55:51 +00:00
ofwmagic.S
swtch.S MFp4: SMP support 2008-04-27 22:33:43 +00:00
trap_subr.S MFp4: SMP support 2008-04-27 22:33:43 +00:00
trap.c Add link register to fatal trap printout to better diagnose NULL 2008-06-04 07:32:49 +00:00
uio_machdep.c Add kdb_cpu_sync_icache(), intended to synchronize instruction 2007-06-09 21:55:17 +00:00
uma_machdep.c It has been observed on the mailing lists that the different categories 2007-09-15 18:47:02 +00:00
vm_machdep.c Whitespace fixes. 2008-08-30 18:48:17 +00:00