CVSROOT: /cvs Module name: src Changes by: guent...@cvs.openbsd.org 2022/11/28 19:19:29
Modified files: sys/arch/amd64/amd64: mptramp.S acpi_wakecode.S Log message: Put the original image of the MP-startup and ACPI-suspend/hibernate trampolines into .rodata instead of .text. While here, give types and sizes to all the global symbols and delete some superfluous directives and unrelocated symbols in the ACPI trampoline image. ok mlarkin@