CVSROOT: /cvs Module name: src Changes by: guent...@cvs.openbsd.org 2011/03/17 21:10:47
Modified files: sys/arch/amd64/amd64: cpu.c ipifuncs.c machdep.c sys_machdep.c vm_machdep.c sys/arch/amd64/include: proc.h sysarch.h Removed files: sys/arch/amd64/include: mtrr.h Log message: Old-style MTRRs were never used on amd64, so remove the remaining traces of them, as well as some other unused proc md_flags bits: MDP_COMPAT and MDP_SYSCALL. ok mikeb@