Ignore:
Timestamp:
2010-05-22T19:04:16Z (15 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4bd675d
Parents:
0d9dc6b
Message:

Fix a couple of occurrences of obsolete branch instruction with proper SPARC V9
branches. More dispensable NOP instructions killed.

File:
1 edited

Legend:

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

    r0d9dc6b r40239b9  
    481481        be %xcc, 1f
    482482        nop
    483 0:      ba %xcc, 0b                             ! this is for debugging, if we ever get here
    484         nop                                     ! it will be easy to find
     483        ! this is for debugging, if we ever get here it will be easy to find
     4840:      ba,a %xcc, 0b
    485485
    4864861:
     
    546546
    547547.if NOT(\is_syscall)
    548         ba %xcc, 1f
    549         nop
     548        ba,a %xcc, 1f
    5505490:
    551550        save %sp, -PREEMPTIBLE_HANDLER_STACK_FRAME_SIZE, %sp
Note: See TracChangeset for help on using the changeset viewer.