1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-19 10:53:58 +00:00
freebsd/sys/ia64
Marcel Moolenaar 58f2d986a6 Make sure pcpu->pc_pcb is pointing to a 16-byte aligned address. The
PCB contains FP registers, whose alignment must be 16 bytes at least.
Since the PCB pointed to by pc_pcb is immediately after the PCPU
itself, round-up the size of thge PCPU to a multiple of 16 bytes. The
PCPU is page aligned.

This fixes a misalignment trap caused by stopping a CPU in a SMP
kernel, such as been done when entering the debugger.

Reported by: Alan Robinson <alan.robinson@fujitsu-siemens.com>
2003-06-12 00:15:18 +00:00
..
acpica
compile
conf Note that scbus is required for SCSI, not just "required" in general. 2003-06-08 02:03:02 +00:00
ia32 Revamp of the syscall path, exception and context handling. The 2003-05-16 21:26:42 +00:00
ia64 Make sure pcpu->pc_pcb is pointing to a 16-byte aligned address. The 2003-06-12 00:15:18 +00:00
include Have TRAPF_USERMODE() take into account that the gateway page is not 2003-06-06 23:27:18 +00:00
isa
pci