Changeset 83d2d0e in mainline for doc/arch/ia64


Ignore:
Timestamp:
2006-03-05T20:28:31Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e1c68e0c
Parents:
bc314be8
Message:

ia64 work.

ivt.S:
Detect userspace stack in heavyweight handler and switch to kernel stack.
Remember the old stack pointer.
As for register stack, kernel stack is assumed still.
Fix alignment issues that showed when STACK_ITEMS was odd.
Fix ld8 instruction that did subtraction of 8 instead of addition of 8.

scheduler.c:
Change before_thread_runs_arch() to calculate address of top of the stack
for the interrupt handler.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/arch/ia64

    rbc314be8 r83d2d0e  
    1212
    1313TOOLCHAIN REQUIREMENTS
    14         o binutils 2.15, 2.16
    15         o gcc 4.0.0
     14        o binutils 2.15, 2.16, 2.16.1
     15        o gcc 4.0.0, 4.0.1
    1616        o older versions may do as well, but are now obsoleted
Note: See TracChangeset for help on using the changeset viewer.