Source-Changes archive

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

CVS commit: src/sys/arch/amd64



Module Name:    src
Committed By:   dsl
Date:           Sat Dec 22 18:35:00 UTC 2007

Modified Files:
        src/sys/arch/amd64/amd64: db_trace.c
        src/sys/arch/amd64/include: cpu.h frame.h

Log Message:
Define 'struct intrframe' in terms of 'struct trapframe' since the two are
assumed to match by a lot of code (including that which saves the regs).
This only slightly reduces the number of places the trapframe register
layout is defined.


To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 src/sys/arch/amd64/amd64/db_trace.c
cvs rdiff -r1.36 -r1.37 src/sys/arch/amd64/include/cpu.h
cvs rdiff -r1.11 -r1.12 src/sys/arch/amd64/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