Changeset 244f284 in mainline for arch/ia64/src/start.S


Ignore:
Timestamp:
2005-05-13T21:45:35Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
eb43679
Parents:
da79d0fd
Message:

IA-64 cosmetics.
Add ski_init_console() and ski_putchar() to ski.c to perform ski specific tasks.

Change the copyright string in main.c to display both copyrights on a new line.

File:
1 edited

Legend:

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

    rda79d0fd r244f284  
    2727#
    2828
    29 #include <arch/ski/ski.h>
    30 
    3129.section K_TEXT_START
    3230.global k_text_start
     
    5250        movl r8 = k_text_start  ;;
    5351        movl r9 = k_text_end    ;;
    54         sub r8 = r9, r8         ;;
     52        sub r8 = r9, r8         
    5553        addl r10 = @gprel(hardcoded_ktext_size), gp;;
    5654        st4 [r10] = r8          ;;
     
    5856        movl r8 = k_data_start  ;;
    5957        movl r9 = k_data_end    ;;
    60         sub r8 = r9, r8         ;;
     58        sub r8 = r9, r8         
    6159        addl r10 = @gprel(hardcoded_kdata_size), gp;;
    6260        st4 [r10] = r8          ;;
     
    6563        st8 [r10] = r1
    6664       
    67         # initialize Ski console using SSC (Simulator System Call)
    68         mov r15=SKI_CONSOLE_INIT
    69         break 0x80000
    70 
    7165        br.call.sptk.many b0=main_bsp
    7266
Note: See TracChangeset for help on using the changeset viewer.