Source-Changes archive

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

CVS commit: [netbsd-8] src/sys/arch



Module Name:    src
Committed By:   martin
Date:           Thu Apr  5 18:15:03 UTC 2018

Modified Files:
        src/sys/arch/amd64/amd64 [netbsd-8]: db_interface.c spl.S vector.S
        src/sys/arch/i386/i386 [netbsd-8]: db_interface.c machdep.c spl.S
            vector.S
        src/sys/arch/x86/include [netbsd-8]: intr.h
        src/sys/arch/x86/x86 [netbsd-8]: intr.c lapic.c

Log Message:
Pull up following revision(s) (requested by christos in ticket #696):

        sys/arch/amd64/amd64/vector.S: revision 1.62 (patch)
        sys/arch/x86/include/intr.h: revision 1.55
        sys/arch/i386/i386/vector.S: revision 1.77
        sys/arch/i386/i386/db_interface.c: revision 1.82 (patch)
        sys/arch/amd64/amd64/spl.S: revision 1.34 (patch)
        sys/arch/amd64/amd64/db_interface.c: revision 1.33 (patch)
        sys/arch/x86/x86/intr.c: revision 1.125
        sys/arch/i386/i386/spl.S: revision 1.43 (patch)
        sys/arch/i386/i386/machdep.c: revision 1.805 (patch)
        sys/arch/x86/x86/lapic.c: revision 1.66 (patch)

Rename the DDB IPI IDT vectors for consistency. ok maxv@

Rename Xpreempt{recurse,resume} -> X{recurse,resume}_preempt so that
they fit the pattern. Also the debugger trap sniffer matches them
without adding special entries...

XXX: pullup-8.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.25.2.1 src/sys/arch/amd64/amd64/db_interface.c
cvs rdiff -u -r1.30 -r1.30.10.1 src/sys/arch/amd64/amd64/spl.S
cvs rdiff -u -r1.49.2.2 -r1.49.2.3 src/sys/arch/amd64/amd64/vector.S
cvs rdiff -u -r1.72 -r1.72.2.1 src/sys/arch/i386/i386/db_interface.c
cvs rdiff -u -r1.782.6.4 -r1.782.6.5 src/sys/arch/i386/i386/machdep.c
cvs rdiff -u -r1.40 -r1.40.22.1 src/sys/arch/i386/i386/spl.S
cvs rdiff -u -r1.69 -r1.69.2.1 src/sys/arch/i386/i386/vector.S
cvs rdiff -u -r1.50.2.1 -r1.50.2.2 src/sys/arch/x86/include/intr.h
cvs rdiff -u -r1.101.2.4 -r1.101.2.5 src/sys/arch/x86/x86/intr.c
cvs rdiff -u -r1.58.2.4 -r1.58.2.5 src/sys/arch/x86/x86/lapic.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