freebsd-dev/sys/powerpc
Justin Hibbits b65c25f54a Fix 32-bit signal handling on ppc64. This was broken when the PSL_USERSTATIC
macro was changed.  Since copying 64-bit srr1 into 32-bit srr1 drops the upper
32 bits, any bits set in the context were dropped, meaning the context check
fails.  Since 32-bit set_context can't change those bits anyway, copy the ones
from the current context (td->td_frame) before calling set_context().

MFC after:	3 weeks
2014-01-24 02:57:00 +00:00
..
aim Save r3 before using it for the trap check, else we end up saving the new r3, 2013-12-15 18:07:25 +00:00
booke Rearchitect platform memory map parsing to make it less 2013-12-01 19:43:15 +00:00
conf Make process descriptors standard part of the kernel. rwhod(8) already 2013-11-30 15:08:35 +00:00
cpufreq Some style(9) fixes 2013-12-13 05:54:25 +00:00
fpu Fix debug printfs in FPU_EMU to compile on powerpc64 and enable it for 2013-12-05 21:49:14 +00:00
include Described in the man page but not implemented. Here it comes, 2014-01-13 22:21:29 +00:00
mambo Standards-conformance and code deduplication: 2013-10-22 14:07:57 +00:00
mpc85xx Rearchitect platform memory map parsing to make it less 2013-12-01 19:43:15 +00:00
ofw Add suspend/resume state saving for OpenPIC on PowerMac. It's likely this 2013-12-21 04:31:54 +00:00
powermac Fix the resource information for the i2s-a node on certain G5 PowerMacs. 2014-01-20 21:54:05 +00:00
powerpc Fix 32-bit signal handling on ppc64. This was broken when the PSL_USERSTATIC 2014-01-24 02:57:00 +00:00
ps3 Rearchitect platform memory map parsing to make it less 2013-12-01 19:43:15 +00:00
pseries Set max_lun to zero. This field is ignored unless we are manually probing 2013-12-15 16:58:23 +00:00
psim Add suspend/resume state saving for OpenPIC on PowerMac. It's likely this 2013-12-21 04:31:54 +00:00
wii Fix typo. 2013-12-02 22:00:15 +00:00