Ignore:
Timestamp:
2010-05-22T09:24:05Z (14 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
eb239dc
Parents:
7c8e1e1 (diff), 7f1d897 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge sparc64 kernel stack tracing improvements.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/arch/sparc64/src/thread_entry.s

    r7c8e1e1 recbd287d  
    3838        # Create the first stack frame.
    3939        #
     40        save %sp, -176, %sp
     41        flushw
     42        add %g0, -0x7ff, %fp
    4043
    41         #save %sp, -176, %sp
    42         #flushw
    43         #add %g0, -0x7ff, %fp
     44        #
     45        # Propagate the input arguments to the new window.
     46        #
     47        mov %i0, %o0
    4448
    4549        sethi %hi(_gp), %l7
Note: See TracChangeset for help on using the changeset viewer.