Changeset 75eacab in mainline


Ignore:
Timestamp:
2005-10-17T09:24:37Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
22f7769
Parents:
ba1b2194
Message:

IA-64 work.
context_save() doesn't have to restore ar.pfs as it is a leaf procedure.
Get rid of assembler warning for start.S.

Location:
arch/ia64/src
Files:
2 edited

Legend:

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

    rba1b2194 r75eacab  
    108108        st8 [in0] = loc2, 8
    109109       
    110         mov ar.pfs = loc0
    111110        mov ar.unat = loc1
    112111       
  • arch/ia64/src/start.S

    rba1b2194 r75eacab  
    3434kernel_image_start:
    3535        .auto
     36
    3637        # initialize PSR
    37         {mov psr.l = r0;;}
    38         {srlz.i;
    39         srlz.d;;}
     38        mov psr.l = r0
     39        srlz.i
     40        srlz.d
    4041       
    4142        # initialize register stack
Note: See TracChangeset for help on using the changeset viewer.