From 7e14385b4622dcd2ed505547625a5a75e1fd7faf Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 16 Jul 2015 11:14:48 -0700 Subject: sh/shared/startup/bspstart.c: Add include of percpu.h --- c/src/lib/libbsp/sh/shared/startup/bspstart.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/c/src/lib/libbsp/sh/shared/startup/bspstart.c b/c/src/lib/libbsp/sh/shared/startup/bspstart.c index edeb13df65..57b2c9e1ef 100644 --- a/c/src/lib/libbsp/sh/shared/startup/bspstart.c +++ b/c/src/lib/libbsp/sh/shared/startup/bspstart.c @@ -20,6 +20,7 @@ #include #include +#include uint32_t bsp_clicks_per_second; @@ -51,8 +52,8 @@ void bsp_start( void ) * initialize the interrupt stack for this BSP */ #if ( CPU_ALLOCATE_INTERRUPT_STACK == FALSE ) - _CPU_Interrupt_stack_low = &CPU_Interrupt_stack_low ; - _CPU_Interrupt_stack_high = &CPU_Interrupt_stack_high ; + _CPU_Interrupt_stack_low = &CPU_Interrupt_stack_low; + _CPU_Interrupt_stack_high = &CPU_Interrupt_stack_high; #endif /* -- cgit v1.2.3