Changeset 8e5e78f in mainline for arch/ia64/src/ia64.c


Ignore:
Timestamp:
2006-04-09T19:10:30Z (19 years ago)
Author:
Jakub Vana <jakub.vana@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
bafbb4b
Parents:
33472fa
Message:

Thread RSE support completion (kernel)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/ia64/src/ia64.c

    r33472fa r8e5e78f  
    9595        switch_to_userspace((__address) kernel_uarg->uspace_entry,
    9696                            ((__address) kernel_uarg->uspace_stack)+PAGE_SIZE-ALIGN_UP(STACK_ITEM_SIZE, STACK_ALIGNMENT),
    97                             (__address) kernel_uarg->uspace_stack,
     97                            ((__address) kernel_uarg->uspace_stack)+PAGE_SIZE,
    9898                            (__address) kernel_uarg->uspace_uarg,
    9999                            psr.value, rsc.value);
Note: See TracChangeset for help on using the changeset viewer.