CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/11/22 11:31:46
Modified files:
sys/arch/amd64/amd64: acpi_wakecode.S cpu.c hibernate_machdep.c
machdep.c mptramp.S
sys/arch/amd64/include: hibernate_var.h mpbiosvar.h
sys/dev/acpi : acpivar.h
Log message:
Split the MP trampoline into two pages, one for code and one for data/stack
and then protect the code page as RX and the data/stack page as RW (NX).
ok deraadt@
