Move the generic variable definitions from the ASM at the top of
authorguenther <guenther@openbsd.org>
Tue, 29 Nov 2022 21:41:39 +0000 (21:41 +0000)
committerguenther <guenther@openbsd.org>
Tue, 29 Nov 2022 21:41:39 +0000 (21:41 +0000)
commit36d473f7f0ead3c2cbb6b3d19866737bc94956ce
tree508ca7f150567e321c835b9e0c07ca9268dea7f0
parent77e4b1bd8000f0b7d2b3b84e61575b7d7249770a
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@
sys/arch/amd64/amd64/bus_space.c
sys/arch/amd64/amd64/cpu.c
sys/arch/amd64/amd64/locore.S
sys/arch/amd64/amd64/machdep.c
sys/arch/amd64/amd64/pmap.c
sys/arch/amd64/include/biosvar.h
sys/arch/amd64/include/cpu.h