Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/arch



Module Name:    src
Committed By:   njoly
Date:           Fri Dec 19 15:20:10 UTC 2008

Modified Files:
        src/sys/arch/arm/arm: ast.c
        src/sys/arch/luna68k/luna68k: trap.c
        src/sys/arch/powerpc/powerpc: trap.c
        src/sys/arch/sh3/sh3: exception.c

Log Message:
Fix remaining archs (arm, luna68k, powerpc and sh3) that were still
using a proc argument instead of an expected lwp for ADDUPROF macro.

ok by christos.


To generate a diff of this commit:
cvs rdiff -r1.16 -r1.17 src/sys/arch/arm/arm/ast.c
cvs rdiff -r1.53 -r1.54 src/sys/arch/luna68k/luna68k/trap.c
cvs rdiff -r1.128 -r1.129 src/sys/arch/powerpc/powerpc/trap.c
cvs rdiff -r1.52 -r1.53 src/sys/arch/sh3/sh3/exception.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index