Changeset 6cb8dba in mainline for boot/arch/ia64/src/boot.S


Ignore:
Timestamp:
2010-06-14T20:12:16Z (14 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ba8d2987
Parents:
0a925a8
Message:

Unify the comment style.

File:
1 edited

Legend:

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

    r0a925a8 r6cb8dba  
    5151        add r12 = -16, r12
    5252
    53         ssm (1 << 19) ;;        /* disable f32 - f127 */
     53        #
     54        # Disable Floating-point High register set (f32 - f127)
     55        #
     56        ssm (1 << 19) ;;
    5457        srlz.i
    5558        srlz.d ;;
Note: See TracChangeset for help on using the changeset viewer.