CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2019/12/08 05:25:30
Modified files: sys/arch/i386/conf: Makefile.i386 files.i386 sys/arch/i386/i386: autoconf.c trap.c Removed files: sys/arch/i386/i386: kvm86.c kvm86call.S sys/arch/i386/include: kvm86.h Log message: Remove kernel VM86 support. Its last consumer is now gone and it has certainly not been used since the introduction of PAE back in 2015. ok kettenis@, jsg@