Changeset fae1647 in mainline


Ignore:
Timestamp:
2010-06-17T10:13:09Z (14 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0e54b4a
Parents:
e5c1186
Message:

Use IP-relative instead of indirect branch to main_bsp().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/ia64/src/start.S

    re5c1186 rfae1647  
    177177       
    178178        br.call.sptk.many b0 = arch_pre_main
    179        
    180         movl r18 = main_bsp ;;
    181         mov b1 = r18 ;;
    182         br.call.sptk.many b0 = b1
    183 
     1790:
     180        br.call.sptk.many b0 = main_bsp
    1841810:
    185182        br 0b
Note: See TracChangeset for help on using the changeset viewer.