Changeset d806ce1 in mainline


Ignore:
Timestamp:
2010-05-22T09:15:09Z (14 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7f1d897
Parents:
c92af69b
Message:

Kill more dispensable NOPs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/sparc64/src/sun4u/start.S

    rc92af69b rd806ce1  
    293293         * Call arch_pre_main(bootinfo)
    294294         */
     295        call arch_pre_main
    295296        mov %o1, %o0
    296         call arch_pre_main
    297         nop
    298297       
    299298        call main_bsp
     
    303302
    3043030:
    305         ba %xcc, 0b
    306         nop
     304        ba,a %xcc, 0b
    307305
    308306
     
    361359       
    3623600:
    363         ba %xcc, 0b
    364         nop
     361        ba,a %xcc, 0b
    365362
    366363
Note: See TracChangeset for help on using the changeset viewer.