Changeset 00a44bc in mainline for arch/ia64/src/context.S


Ignore:
Timestamp:
2005-05-11T14:12:53Z (20 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
724b58a
Parents:
9db5b66
Message:

IA-64 work.
Give up attempts to persuade ld to patch the kernel image with proper hardcoded lenghts and addresses.
Add special sections and calculate the numbers manually.
Fix wrong order of operands in sub instructions in memcpy() implementation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/ia64/src/context.S

    r9db5b66 r00a44bc  
    7878       
    7979        add r8 = r0, r0, 1              /* context_save returns 1 */
    80         br.ret.sptk.many rp
     80        br.ret.sptk.many b0
    8181
    8282context_restore:
     
    126126       
    127127        mov r8 = r0                     /* context_restore returns 0 */
    128         br.ret.sptk.many rp
     128        br.ret.sptk.many b0
Note: See TracChangeset for help on using the changeset viewer.