Changeset a725deb in mainline for arch/ia64/src


Ignore:
Timestamp:
2005-11-07T15:20:25Z (20 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2a40908
Parents:
83817ea
Message:

ia64 work.
Fix SP_DELTA alignment.
Cosmetics.

Location:
arch/ia64/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • arch/ia64/src/interrupt.c

    r83817ea ra725deb  
    4545        srlz_d();
    4646
    47 /*      printf("Interrupr\n");
    48 */     
    4947        switch(ivr.vector) {
    5048            case INTERRUPT_TIMER:
  • arch/ia64/src/ivt.S

    r83817ea ra725deb  
    264264        cover                   /*Allocate zerro size frame (Step 1(from Intel Docs))*/
    265265
    266         add r31 = STACK_SCRATCH_AREA_SIZE, r12;;
     266        add r31 = STACK_SCRATCH_AREA_SIZE, r12
    267267
    268268        mov r28 = ar.bspstore   /*Calculate loadrs (step 2)*/
Note: See TracChangeset for help on using the changeset viewer.