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:   maxv
Date:           Thu Jan  4 12:34:15 UTC 2018

Modified Files:
        src/sys/arch/amd64/amd64: genassym.cf machdep.c
        src/sys/arch/i386/i386: genassym.cf machdep.c
        src/sys/arch/x86/include: cpu.h
        src/sys/arch/x86/x86: intr.c pmap.c sys_machdep.c

Log Message:
Group the different TSSes into a cpu_tss structure. And pack this
structure to make sure there is no padding between 'tss' and 'iomap'.


To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 src/sys/arch/amd64/amd64/genassym.cf
cvs rdiff -u -r1.281 -r1.282 src/sys/arch/amd64/amd64/machdep.c
cvs rdiff -u -r1.104 -r1.105 src/sys/arch/i386/i386/genassym.cf
cvs rdiff -u -r1.800 -r1.801 src/sys/arch/i386/i386/machdep.c
cvs rdiff -u -r1.84 -r1.85 src/sys/arch/x86/include/cpu.h
cvs rdiff -u -r1.114 -r1.115 src/sys/arch/x86/x86/intr.c
cvs rdiff -u -r1.273 -r1.274 src/sys/arch/x86/x86/pmap.c
cvs rdiff -u -r1.43 -r1.44 src/sys/arch/x86/x86/sys_machdep.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