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: elad
Date: Mon Oct 30 00:41:26 UTC 2006
Modified Files:
src/sys/arch/amd64/amd64: mem.c
src/sys/arch/i386/i386: mem.c
src/sys/arch/x86/x86: x86_machdep.c
Log Message:
Move i386/amd64 common code (check_pa_acc()) to x86.
I didn't know what header to put the prototype in, so it's both in
i386/mem.c and amd64/mem.c; probably can be moved later.
Tested on amd64, assumed working on i386. :)
yamt@ okay
To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 src/sys/arch/amd64/amd64/mem.c
cvs rdiff -r1.65 -r1.66 src/sys/arch/i386/i386/mem.c
cvs rdiff -r1.1 -r1.2 src/sys/arch/x86/x86/x86_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