freebsd-dev/sys/ia64
Marcel Moolenaar 7aa65edc75 ia64 ABI breaker:
Don't force 16-byte alignment at run-time. Do it at compile-time.
This saves us the pointer fiddling by the setjmp functions and
reduces complexity. While here, increase the jmp_buf by 16 bytes
to an even 512 bytes. Coincidentally, due to the way alignment
was handled prior to this change, the jmp_buf has not changed in
size, but only in how the space is used. Prior to this change
the 16 bytes were reserved for enforcing alignment; now they are
reserved by us for future extensions.
Therefore, this ABI breaker is relatively save: the failure is
always an alignment trap.
2002-11-11 08:11:44 +00:00
..
acpica Fix a transcription typo. s/ACPI_PTR/ACPI_POINTER/ 2002-07-17 23:49:55 +00:00
compile Don't need the .keep_me files. Obrien and I committed past each other. 2001-07-01 23:35:44 +00:00
conf Comment-out USB support. A kernel doesn't boot with it. Deal with it 2002-11-11 01:50:10 +00:00
ia32 Sync to src/sys/kern/syscalls.master 2002-11-02 23:55:30 +00:00
ia64 - Clear the page's PG_WRITEABLE flag in the i386's pmap_changebit() 2002-11-11 05:17:34 +00:00
include ia64 ABI breaker: 2002-11-11 08:11:44 +00:00
isa Tidy up some loose ends. 2002-04-29 07:43:16 +00:00
pci Delete legacy pcib code - we can't possibly work without acpi on ia64. 2001-10-06 10:09:57 +00:00