Changeset 8440473 in mainline for kernel/arch/sparc64/src/start.S


Ignore:
Timestamp:
2006-10-26T21:36:32Z (18 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8c84448
Parents:
19dce27
Message:

Minor changes. Some coding style fixes and also a type (tee vs. tree).
One AS → as change.

File:
1 edited

Legend:

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

    r19dce27 r8440473  
    6868         */
    6969
    70         wrpr %g0, NWINDOWS - 2, %cansave                ! set maximum saveable windows
     70        wrpr %g0, NWINDOWS - 2, %cansave        ! set maximum saveable windows
    7171        wrpr %g0, 0, %canrestore                ! get rid of windows we will never need again
    7272        wrpr %g0, 0, %otherwin                  ! make sure the window state is consistent
Note: See TracChangeset for help on using the changeset viewer.