Changeset 5646813 in mainline for kernel/arch/sparc64/include/atomic.h


Ignore:
Timestamp:
2009-04-21T20:01:26Z (15 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a1a83e5e
Parents:
253d3d0
Message:

Replace all deprecated BA (Bicc) instructions with BA %xcc instructions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/sparc64/include/atomic.h

    r253d3d0 r5646813  
    124124                "brz %2, 0b\n"
    125125                "nop\n"
    126                 "ba 1b\n"
     126                "ba %xcc, 1b\n"
    127127                "nop\n"
    128128        "2:\n"
Note: See TracChangeset for help on using the changeset viewer.