CVSROOT: /cvs Module name: src Changes by: guent...@cvs.openbsd.org 2022/11/29 14:41:39
Modified files: sys/arch/amd64/amd64: locore.S bus_space.c cpu.c machdep.c pmap.c sys/arch/amd64/include: biosvar.h cpu.h Log message: Move the generic variable definitions from the ASM at the top of locore.S to be in C in cpu.c, machdep.c, pmap.c, or bus_space.c for better typing/debug info. Delete REALBASEMEM, REALEXTMEM, and biosextmem as unused/ignored. ok mpi@ krw@ mlarkin@