Module Name: src Committed By: joerg Date: Fri Apr 23 16:07:33 UTC 2010
Modified Files: src/sys/arch/i386/i386: machdep.c src/sys/arch/i386/include: pcb.h src/sys/arch/x86/x86: sys_machdep.c vm_machdep.c src/sys/compat/linux/arch/i386: linux_exec_machdep.c Log Message: Use struct segment_descriptor for pcb_fsd and pcb_gsd instead of int[2]. To generate a diff of this commit: cvs rdiff -u -r1.685 -r1.686 src/sys/arch/i386/i386/machdep.c cvs rdiff -u -r1.47 -r1.48 src/sys/arch/i386/include/pcb.h cvs rdiff -u -r1.22 -r1.23 src/sys/arch/x86/x86/sys_machdep.c cvs rdiff -u -r1.8 -r1.9 src/sys/arch/x86/x86/vm_machdep.c cvs rdiff -u -r1.14 -r1.15 \ src/sys/compat/linux/arch/i386/linux_exec_machdep.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.