Changeset 437ee6a4 in mainline for arch/sparc64/src/start.S


Ignore:
Timestamp:
2005-10-30T13:49:39Z (20 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
df91be5
Parents:
2cd0485d
Message:

sparc64 work.
Add context_save(), context_set() and context_restore().
Remove putchar() definition from ofw.c.
Add sparc64 putchar().
Add ppc32 putchar() (i.e. the original ofw.c putchar()).
Make arg.h use the builtin va_* constructs.

File:
1 edited

Legend:

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

    r2cd0485d r437ee6a4  
    2727#
    2828
     29.register %g2, #scratch
     30.register %g3, #scratch
     31.register %g6, #scratch
     32.register %g7, #scratch
     33
    2934.section K_TEXT_START, "ax"
    3035
     
    5257        nop
    5358
     59        call main_bsp
     60        nop
     61
     62        /* Not reached. */
     63
    54642:
    5565        b 2b
    5666        nop
    57 
Note: See TracChangeset for help on using the changeset viewer.