Module Name: src Committed By: kiyohara Date: Sat Feb 9 11:22:51 UTC 2013
Modified Files: src/sys/arch/powerpc/ibm4xx: trap_subr.S Log Message: Fix KASSERT(l == curlwp)ed in mi_switch(). Don't use INTSTK of cpu_info in INTR_PROLOG when user-mode. Interrupted user context switches to newlwp, if sched tick. This context must save to USPACE. When use our INTSTK? To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/sys/arch/powerpc/ibm4xx/trap_subr.S Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.