Changeset 61baacce in rtems


Ignore:
Timestamp:
06/11/12 17:27:31 (11 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.11, 5, master
Children:
dea10503
Parents:
97bda25
git-author:
Joel Sherrill <joel.sherrill@…> (06/11/12 17:27:31)
git-committer:
Joel Sherrill <joel.sherrill@…> (06/11/12 17:40:04)
Message:

isr.c: Do not call _CPU_Initialize_vectors() if PIC Interrupt Model

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpukit/score/src/isr.c

    r97bda25 r61baacce  
     1/**
     2 *  @file
     3 *
     4 *  ISR Handler Initialization
     5 */
     6
    17/*
    2  *  ISR Handler
    3  *
    4  *
    5  *  COPYRIGHT (c) 1989-2008.
     8 *  COPYRIGHT (c) 1989-2012.
    69 *  On-Line Applications Research Corporation (OAR).
    710 *
     
    3942     sizeof(ISR_Handler_entry) * ISR_NUMBER_OF_VECTORS
    4043  );
    41 #endif
    4244
    4345  _CPU_Initialize_vectors();
     46#endif
    4447
    4548#if ( CPU_ALLOCATE_INTERRUPT_STACK == TRUE )
Note: See TracChangeset for help on using the changeset viewer.