Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: syssrc/sys/arch/i386
Module Name: syssrc
Committed By: thorpej
Date: Tue Jul 31 18:29:00 UTC 2001
Modified Files:
syssrc/sys/arch/i386/i386: locore.s machdep.c
syssrc/sys/arch/i386/include: cpufunc.h
Log Message:
Set up function pointers for copyin/copyout in preparation for
adding optimized versions for various CPU classes/models.
Split the 386 version of copyout into a separate routine, and
add a 486 version that doesn't have the class/page-writeability
check.
To generate a diff of this commit:
cvs rdiff -r1.243 -r1.244 syssrc/sys/arch/i386/i386/locore.s
cvs rdiff -r1.447 -r1.448 syssrc/sys/arch/i386/i386/machdep.c
cvs rdiff -r1.19 -r1.20 syssrc/sys/arch/i386/include/cpufunc.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