Source-Changes archive

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

CVS commit: [matt-nb5-pq3] src/sys/arch/powerpc/include



Module Name:    src
Committed By:   matt
Date:           Fri Jan  7 01:50:04 UTC 2011

Modified Files:
        src/sys/arch/powerpc/include [matt-nb5-pq3]: frame.h

Log Message:
intrframe is dead.  Just use a partially filled trapframe.
Add a ktrapframe which include the cf_sp/cf_lr of the callframe in addition
to the trapframe.  This allows the FRAME_XX+8 to just be FRAME_XX.
Cleanup and simplify.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.20.16.1 src/sys/arch/powerpc/include/frame.h

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