Changeset 7e14385 in rtems for c/src/lib/libbsp/sh


Ignore:
Timestamp:
07/16/15 18:14:48 (9 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.11, 5, master
Children:
db01d0c
Parents:
069560a
git-author:
Joel Sherrill <joel.sherrill@…> (07/16/15 18:14:48)
git-committer:
Joel Sherrill <joel.sherrill@…> (07/16/15 18:15:52)
Message:

sh/shared/startup/bspstart.c: Add include of percpu.h

File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/sh/shared/startup/bspstart.c

    r069560a r7e14385  
    2121#include <bsp.h>
    2222#include <bsp/bootcard.h>
     23#include <rtems/score/percpu.h>
    2324
    2425uint32_t bsp_clicks_per_second;
     
    5253   */
    5354  #if ( CPU_ALLOCATE_INTERRUPT_STACK == FALSE )
    54     _CPU_Interrupt_stack_low = &CPU_Interrupt_stack_low ;
    55     _CPU_Interrupt_stack_high = &CPU_Interrupt_stack_high ;
     55    _CPU_Interrupt_stack_low = &CPU_Interrupt_stack_low;
     56    _CPU_Interrupt_stack_high = &CPU_Interrupt_stack_high;
    5657  #endif
    5758
Note: See TracChangeset for help on using the changeset viewer.